summaryrefslogtreecommitdiffstats
path: root/llvm/lib/BinaryFormat/CMakeLists.txt
blob: f0c1b8377c9c93b3f477f0479e3225222f30b4ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
add_llvm_component_library(LLVMBinaryFormat
  AMDGPUMetadataVerifier.cpp
  Dwarf.cpp
  Magic.cpp
  Minidump.cpp
  MsgPackDocument.cpp
  MsgPackDocumentYAML.cpp
  MsgPackReader.cpp
  MsgPackWriter.cpp
  Wasm.cpp
  XCOFF.cpp

  ADDITIONAL_HEADER_DIRS
  ${LLVM_MAIN_INCLUDE_DIR}/llvm/BinaryFormat
  )
  
OpenPOWER on IntegriCloud