diff --git a/tools/lli/CMakeLists.txt b/tools/lli/CMakeLists.txt index da48e6d215c..841a0ce42f8 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}