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][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
llvm
/
tools
/
llvm-mc
/
CMakeLists.txt
blob
f57356f9ee0c0577c4c958dc85a7a4874882fbe8
1
set(LLVM_LINK_COMPONENTS
2
AllTargetsAsmParsers
3
AllTargetsDescs
4
AllTargetsDisassemblers
5
AllTargetsInfos
6
MC
7
MCParser
8
Support
9
TargetParser
10
)
11
12
add_llvm_tool(llvm-mc
13
llvm-mc.cpp
14
Disassembler.cpp
15
)