[llvm] r340506 - Add new .def file introduced for BinaryFormat/MsgPack

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 22 19:01:30 PDT 2018


Author: dblaikie
Date: Wed Aug 22 19:01:30 2018
New Revision: 340506

URL: http://llvm.org/viewvc/llvm-project?rev=340506&view=rev
Log:
Add new .def file introduced for BinaryFormat/MsgPack

Patch by Kristina Brooks!

Modified:
    llvm/trunk/include/llvm/module.modulemap

Modified: llvm/trunk/include/llvm/module.modulemap
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/module.modulemap?rev=340506&r1=340505&r2=340506&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Wed Aug 22 19:01:30 2018
@@ -59,6 +59,7 @@ module LLVM_BinaryFormat {
     textual header "BinaryFormat/ELFRelocs/SystemZ.def"
     textual header "BinaryFormat/ELFRelocs/x86_64.def"
     textual header "BinaryFormat/WasmRelocs.def"
+    textual header "BinaryFormat/MsgPack.def"
 }
 
 module LLVM_Config { requires cplusplus umbrella "Config" module * { export * } }




More information about the llvm-commits mailing list