Sign in
llvm
/
llvm-project
/
fc127ff53d0c816e9e9a64ef55868479e0b84ebd
/
.
/
llvm
/
unittests
/
BinaryFormat
/
CMakeLists.txt
blob: 40d3bc4dca0b66b070e1e0d3e48c0fa9c89b327e [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
BinaryFormat
TargetParser
)
add_llvm_unittest(BinaryFormatTests
DwarfTest.cpp
ELFTest.cpp
MachOTest.cpp
MsgPackDocumentTest.cpp
MsgPackReaderTest.cpp
MsgPackWriterTest.cpp
TestFileMagic.cpp
)