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