Mercurial > hg > CbC > CbC_llvm
view tools/llc/CMakeLists.txt @ 33:e4204d083e25 LLVM3.5
LLVM 3.5
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 12 Dec 2013 14:32:10 +0900 |
parents | 95c75e76d11b |
children | 54457678186b |
line wrap: on
line source
set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} AsmPrinter CodeGen Core IRReader MC ScalarOpts SelectionDAG Support Target ) add_llvm_tool(llc llc.cpp ) set_target_properties(llc PROPERTIES ENABLE_EXPORTS 1)