DI: Rewrite the DIBuilder local variable API
[oota-llvm.git] / tools / llvm-extract / CMakeLists.txt
index a4e3266e3532818c46e536283c82fec178fd220c..c984f01034f8232754a6eee6ba64b77584bb8dd3 100644 (file)
@@ -1,4 +1,10 @@
-set(LLVM_LINK_COMPONENTS asmparser ipo bitreader bitwriter)
+set(LLVM_LINK_COMPONENTS
+  BitWriter
+  Core
+  IPO
+  IRReader
+  Support
+  )
 
 add_llvm_tool(llvm-extract
   llvm-extract.cpp