mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +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
13 lines
206 B
CMake
13 lines
206 B
CMake
add_llvm_library(LLVMBinaryFormat
|
|
Dwarf.cpp
|
|
Magic.cpp
|
|
MsgPackReader.cpp
|
|
MsgPackTypes.cpp
|
|
MsgPackWriter.cpp
|
|
Wasm.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/BinaryFormat
|
|
)
|
|
|