X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=tools%2Flli%2FCMakeLists.txt;h=ce70d46e4a5e4f5f252e284e160ab3e85bdf4696;hp=8fd34aca3fd825570ba7ab40987e00211d472206;hb=3a210e2d302758101ac06946e86027b327c7d0f3;hpb=bd916c54b7989ddbab373c61eb1ed2556ca44d27 diff --git a/tools/lli/CMakeLists.txt b/tools/lli/CMakeLists.txt index 8fd34aca3fd..ce70d46e4a5 100644 --- a/tools/lli/CMakeLists.txt +++ b/tools/lli/CMakeLists.txt @@ -1,6 +1,5 @@ +set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen bitreader selectiondag) + add_llvm_tool(lli lli.cpp ) - -add_llvm_link_components(lli jit interpreter nativecodegen) -target_link_libraries(lli LLVMBitReader LLVMSelectionDAG)