mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
113cb98b90
Add data structure to represent MessagePack "documents" and convert to/from both MessagePack and YAML encodings. Differential Revision: https://reviews.llvm.org/D48175 llvm-svn: 346978
14 lines
209 B
CMake
14 lines
209 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
BinaryFormat
|
|
)
|
|
|
|
add_llvm_unittest(BinaryFormatTests
|
|
DwarfTest.cpp
|
|
MachOTest.cpp
|
|
MsgPackReaderTest.cpp
|
|
MsgPackTypesTest.cpp
|
|
MsgPackWriterTest.cpp
|
|
TestFileMagic.cpp
|
|
)
|
|
|