Don't use a potentially expensive shift if all we want is one set bit.
[oota-llvm.git] / lib / DebugInfo / CMakeLists.txt
index 1e9e509fd2a10c471b422dc95493350b1df00286..4a6221d454a188ecd183b563a7229108562420f2 100644 (file)
@@ -6,8 +6,10 @@ add_llvm_library(LLVMDebugInfo
   DWARFDebugAbbrev.cpp
   DWARFDebugArangeSet.cpp
   DWARFDebugAranges.cpp
+  DWARFDebugFrame.cpp
   DWARFDebugInfoEntry.cpp
   DWARFDebugLine.cpp
+  DWARFDebugLoc.cpp
   DWARFDebugRangeList.cpp
   DWARFFormValue.cpp
   )