Sign in
llvm
/
llvm-project
/
64df8f83fe293b6c08477975cbb4451c76b51c54
/
.
/
llvm
/
unittests
/
BinaryFormat
/
CMakeLists.txt
blob: eac5977a2c1c30b03ab9abdc85400b280351d0c9 [
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
SFrameTest.cpp
TestFileMagic.cpp
)