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
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
lib
/
BinaryFormat
/
CMakeLists.txt
blob
38ba2d9e85a068c6df90c2a0e537bdafd37f444c
1
add_llvm_component_library(LLVMBinaryFormat
2
AMDGPUMetadataVerifier.cpp
3
COFF.cpp
4
Dwarf.cpp
5
DXContainer.cpp
6
ELF.cpp
7
MachO.cpp
8
Magic.cpp
9
Minidump.cpp
10
MsgPackDocument.cpp
11
MsgPackDocumentYAML.cpp
12
MsgPackReader.cpp
13
MsgPackWriter.cpp
14
Wasm.cpp
15
XCOFF.cpp
16
17
ADDITIONAL_HEADER_DIRS
18
${LLVM_MAIN_INCLUDE_DIR}/llvm/BinaryFormat
19
20
LINK_COMPONENTS
21
Support
22
TargetParser
23
)