Mercurial > hg > CbC > CbC_llvm
view tools/llc/CMakeLists.txt @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | 1172e4bd9c6f |
children | c2174574ed3a |
line wrap: on
line source
set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} Analysis AsmPrinter CodeGen Core IRReader MC MIRParser ScalarOpts SelectionDAG Support Target TransformUtils Vectorize ) # Support plugins. set(LLVM_NO_DEAD_STRIP 1) add_llvm_tool(llc llc.cpp DEPENDS intrinsics_gen ) export_executable_symbols(llc)