summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-12-10 10:30:08 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-12-10 10:30:08 +0000
commitfaeef98cbcd1b8e1830b3ced48e85dd77c1b71b8 (patch)
tree39193d18c80613faf0839b3234a89ec98d1d6643 /tools
parentcbb73d1b91557d6cc1bd69d1171a1011b2941359 (diff)
downloadllvm-faeef98cbcd1b8e1830b3ced48e85dd77c1b71b8.tar.gz
llvm-faeef98cbcd1b8e1830b3ced48e85dd77c1b71b8.tar.bz2
llvm-faeef98cbcd1b8e1830b3ced48e85dd77c1b71b8.tar.xz
[CMake] lli/CMakeLists.txt: Move add_subdirectory(ChildTarget) to the front. It depends on nothing described in LLVM_LINK_COMPONENTS.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196902 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/lli/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/lli/CMakeLists.txt b/tools/lli/CMakeLists.txt
index da48e6d215..841a0ce42f 100644
--- a/tools/lli/CMakeLists.txt
+++ b/tools/lli/CMakeLists.txt
@@ -1,8 +1,7 @@
+add_subdirectory(ChildTarget)
set(LLVM_LINK_COMPONENTS mcjit jit interpreter nativecodegen bitreader asmparser irreader selectiondag native instrumentation)
-add_subdirectory(ChildTarget)
-
if( LLVM_USE_OPROFILE )
set(LLVM_LINK_COMPONENTS
${LLVM_LINK_COMPONENTS}