Sign in
llvm
/
llvm-project.git
/
ecd2bf73cb212452951b3010bbf06e4d96330a92
/
.
/
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
)