From 3aabdebde23415b488c9b8f4f470ab3e0ec81176 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 10 Dec 2013 11:13:32 +0000 Subject: [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196908 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/lli/CMakeLists.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'tools/lli') diff --git a/tools/lli/CMakeLists.txt b/tools/lli/CMakeLists.txt index 841a0ce42f..731b61a11b 100644 --- a/tools/lli/CMakeLists.txt +++ b/tools/lli/CMakeLists.txt @@ -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 -- cgit v1.2.3