mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
c1e384ffaa
Summary: MsgPackTypes has been replaced by the lighter-weight MsgPackDocument. Differential Revision: https://reviews.llvm.org/D57025 Change-Id: Ia7069880ef29f55490abbe5d8ae15f25cc1490a4 llvm-svn: 356082
14 lines
212 B
CMake
14 lines
212 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
BinaryFormat
|
|
)
|
|
|
|
add_llvm_unittest(BinaryFormatTests
|
|
DwarfTest.cpp
|
|
MachOTest.cpp
|
|
MsgPackDocumentTest.cpp
|
|
MsgPackReaderTest.cpp
|
|
MsgPackWriterTest.cpp
|
|
TestFileMagic.cpp
|
|
)
|
|
|