projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
136cf4be1c12beee95446214fb28099415555a28
[oota-llvm.git]
/
CMakeLists.txt
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
Analysis
4
AsmPrinter
5
CodeGen
6
Core
7
IRReader
8
MC
9
MIRParser
10
ScalarOpts
11
SelectionDAG
12
Support
13
Target
14
TransformUtils
15
)
16
17
# Support plugins.
18
set(LLVM_NO_DEAD_STRIP 1)
19
20
add_llvm_tool(llc
21
llc.cpp
22
)
23
export_executable_symbols(llc)