mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
2405f803ac
Continue to present HSA metadata as YAML in ASM and when output by tools (e.g. llvm-readobj), but encode it in Messagepack in the code object. Differential Revision: https://reviews.llvm.org/D48179 llvm-svn: 348963
14 lines
235 B
CMake
14 lines
235 B
CMake
add_llvm_library(LLVMBinaryFormat
|
|
AMDGPUMetadataVerifier.cpp
|
|
Dwarf.cpp
|
|
Magic.cpp
|
|
MsgPackReader.cpp
|
|
MsgPackTypes.cpp
|
|
MsgPackWriter.cpp
|
|
Wasm.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/BinaryFormat
|
|
)
|
|
|