Mercurial > hg > CbC > CbC_llvm
view tools/llvm-dwp/CMakeLists.txt @ 134:3a76565eade5 LLVM5.0.1
update 5.0.1
author | mir3636 |
---|---|
date | Sat, 17 Feb 2018 09:57:20 +0900 |
parents | 1172e4bd9c6f |
children | c2174574ed3a |
line wrap: on
line source
set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} AsmPrinter DebugInfoDWARF MC Object Support Target ) add_llvm_tool(llvm-dwp llvm-dwp.cpp DWPError.cpp DEPENDS intrinsics_gen ) if(LLVM_INSTALL_BINUTILS_SYMLINKS) add_llvm_tool_symlink(dwp llvm-dwp) endif()