[CodeGen] Minor correction to comment on PhysRegInfo.
[oota-llvm.git] / tools / llc / CMakeLists.txt
index 393d64c0ef086e29b964337f2c26aeb59f5f1abe..ff5a89e1da44fbac233d2b828da37a3ef9d18550 100644 (file)
@@ -1,10 +1,12 @@
 set(LLVM_LINK_COMPONENTS
   ${LLVM_TARGETS_TO_BUILD}
+  Analysis
   AsmPrinter
   CodeGen
   Core
   IRReader
   MC
+  MIRParser
   ScalarOpts
   SelectionDAG
   Support
@@ -17,4 +19,4 @@ set(LLVM_NO_DEAD_STRIP 1)
 add_llvm_tool(llc
   llc.cpp
   )
-set_target_properties(llc PROPERTIES ENABLE_EXPORTS 1)
+export_executable_symbols(llc)