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
[lld/COFF] Demangle symbol name in discarded section relocation error message (#119726)
[llvm-project.git]
/
llvm
/
lib
/
AsmParser
/
CMakeLists.txt
blob
b0ed82729c7af12f6c86c72bc9c5936043383667
1
# AsmParser
2
add_llvm_component_library(LLVMAsmParser
3
LLLexer.cpp
4
LLParser.cpp
5
Parser.cpp
6
7
ADDITIONAL_HEADER_DIRS
8
${LLVM_MAIN_INCLUDE_DIR}/llvm/ASMParser
9
10
DEPENDS
11
intrinsics_gen
12
13
LINK_COMPONENTS
14
BinaryFormat
15
Core
16
Support
17
)