Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / tools / lli / CMakeLists.txt
index 841a0ce42f80d6598154af8819bdbca66df7a00d..731b61a11b4103b6ec185502693907e506a29430 100644 (file)
@@ -1,6 +1,18 @@
 add_subdirectory(ChildTarget)
 
-set(LLVM_LINK_COMPONENTS mcjit jit interpreter nativecodegen bitreader asmparser irreader selectiondag native instrumentation)
+set(LLVM_LINK_COMPONENTS
+  CodeGen
+  Core
+  ExecutionEngine
+  IRReader
+  Instrumentation
+  Interpreter
+  JIT
+  MCJIT
+  SelectionDAG
+  Support
+  native
+  )
 
 if( LLVM_USE_OPROFILE )
   set(LLVM_LINK_COMPONENTS