[PATCH] D44429: [BinaryFormat] MessagePack reader/writer

Kristina Brooks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 22 18:56:35 PDT 2018


kristina requested changes to this revision.
kristina added a comment.
This revision now requires changes to proceed.

Don't have commit access but this should be revised to update the modulemap.

  module LLVM_BinaryFormat {
      requires cplusplus
      umbrella "BinaryFormat" module * { export * }
      textual header "BinaryFormat/Dwarf.def"
      // -snip-
      textual header "BinaryFormat/WasmRelocs.def"
      textual header "BinaryFormat/MsgPack.def"
  }

Modular build passes after that.


Repository:
  rL LLVM

https://reviews.llvm.org/D44429





More information about the llvm-commits mailing list