DI: Rewrite the DIBuilder local variable API
[oota-llvm.git] / tools / llvm-symbolizer / CMakeLists.txt
index 5e274630c8c51c518357ad5f9ec372503d7bb5dc..5df3b17a065e74044a34e7fd207145e45657bbe2 100644 (file)
@@ -4,10 +4,13 @@
 # targets as well. Currently, there is no support for such a build strategy.
 
 set(LLVM_LINK_COMPONENTS
-  DebugInfo
+  DebugInfoDWARF
+  DebugInfoPDB
   Object
+  Support
   )
 
 add_llvm_tool(llvm-symbolizer
+  LLVMSymbolize.cpp
   llvm-symbolizer.cpp
   )