Mercurial > hg > CbC > CbC_llvm
diff tools/llc/CMakeLists.txt @ 120:1172e4bd9c6f
update 4.0.0
author | mir3636 |
---|---|
date | Fri, 25 Nov 2016 19:14:25 +0900 |
parents | 7d135dc70f03 |
children | 803732b1fca8 |
line wrap: on
line diff
--- a/tools/llc/CMakeLists.txt Tue Jan 26 22:56:36 2016 +0900 +++ b/tools/llc/CMakeLists.txt Fri Nov 25 19:14:25 2016 +0900 @@ -1,10 +1,3 @@ -# Add GlobalISel to the dependencies if the user wants to build it. -if(LLVM_BUILD_GLOBAL_ISEL) - set(GLOBAL_ISEL GlobalISel) -else() - set(GLOBAL_ISEL "") -endif() - set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} Analysis @@ -12,7 +5,6 @@ CodeGen Core IRReader - ${GLOBAL_ISEL} MC MIRParser ScalarOpts @@ -27,5 +19,8 @@ add_llvm_tool(llc llc.cpp + + DEPENDS + intrinsics_gen ) export_executable_symbols(llc)