Mercurial > hg > CbC > CbC_llvm
view tools/llc/CMakeLists.txt @ 133:c60214abe0e8
fix intrin.h
author | mir3636 |
---|---|
date | Fri, 16 Feb 2018 19:10:49 +0900 |
parents | 803732b1fca8 |
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)