Mercurial > hg > CbC > CbC_llvm
view tools/llvm-ar/CMakeLists.txt @ 129:9ec641e857f8
Fix compile error to update llvm 5.0
author | mir3636 |
---|---|
date | Tue, 12 Dec 2017 19:42:58 +0900 |
parents | 803732b1fca8 |
children | 3a76565eade5 |
line wrap: on
line source
set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} Core DlltoolDriver LibDriver Object Support ) add_llvm_tool(llvm-ar llvm-ar.cpp DEPENDS intrinsics_gen ) add_llvm_tool_symlink(llvm-ranlib llvm-ar) add_llvm_tool_symlink(llvm-lib llvm-ar) add_llvm_tool_symlink(llvm-dlltool llvm-ar)