1add_llvm_component_library(LLVMBinaryFormat
2  AMDGPUMetadataVerifier.cpp
3  COFF.cpp
4  Dwarf.cpp
5  DXContainer.cpp
6  ELF.cpp
7  MachO.cpp
8  Magic.cpp
9  Minidump.cpp
10  MsgPackDocument.cpp
11  MsgPackDocumentYAML.cpp
12  MsgPackReader.cpp
13  MsgPackWriter.cpp
14  Wasm.cpp
15  XCOFF.cpp
16
17  ADDITIONAL_HEADER_DIRS
18  ${LLVM_MAIN_INCLUDE_DIR}/llvm/BinaryFormat
19
20  LINK_COMPONENTS
21  Support
22  TargetParser
23  )
24