[CMake] lli/CMakeLists.txt: Move add_subdirectory(ChildTarget) to the front. It depen...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 10 Dec 2013 10:30:08 +0000 (10:30 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 10 Dec 2013 10:30:08 +0000 (10:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196902 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lli/CMakeLists.txt

index da48e6d215cf2576a7af7c8c9cc228f76a46b6f3..841a0ce42f80d6598154af8819bdbca66df7a00d 100644 (file)
@@ -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}