Mercurial > hg > CbC > CbC_llvm
view tools/llvm-ar/CMakeLists.txt @ 105:f9b011216f60
fix comment
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 30 Jan 2016 04:31:53 +0900 |
parents | afa8332a0e37 |
children | 1172e4bd9c6f |
line wrap: on
line source
set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} Core LibDriver Object Support ) add_llvm_tool(llvm-ar llvm-ar.cpp ) add_llvm_tool_symlink(llvm-ranlib llvm-ar) add_llvm_tool_symlink(llvm-lib llvm-ar)