repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Clang] Fix expansion of response files in -Wp after integrated-cc1 change
[llvm-project.git]
/
llvm
/
tools
/
llc
/
CMakeLists.txt
blob
880deefa539c539be834c479dd966e0c09e48713
1
set(LLVM_LINK_COMPONENTS
2
AllTargetsAsmParsers
3
AllTargetsCodeGens
4
AllTargetsDescs
5
AllTargetsInfos
6
Analysis
7
AsmPrinter
8
CodeGen
9
Core
10
IRReader
11
MC
12
MIRParser
13
Remarks
14
ScalarOpts
15
SelectionDAG
16
Support
17
Target
18
TransformUtils
19
Vectorize
20
)
21
22
add_llvm_tool(llc
23
llc.cpp
24
25
DEPENDS
26
intrinsics_gen
27
SUPPORT_PLUGINS
28
)
29
export_executable_symbols(llc)