Sign in
rust
/
rust-lang
/
llvm-project
/
ce9347ddd09ec04eb2cc0eb7c46e5001efe22af5
/
.
/
llvm
/
unittests
/
BinaryFormat
/
CMakeLists.txt
blob: 82d76ecf64a886df030d4e009225ef27a156aa5d [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
BinaryFormat
)
add_llvm_unittest(BinaryFormatTests
DwarfTest.cpp
MachOTest.cpp
MsgPackReaderTest.cpp
MsgPackTypesTest.cpp
MsgPackWriterTest.cpp
TestFileMagic.cpp
)