summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2018-08-23 02:01:30 +0000
committerDavid Blaikie <dblaikie@gmail.com>2018-08-23 02:01:30 +0000
commit560e1ed3379e7cb5c65e5474000245f7dcde5266 (patch)
treeb8b67391721127d1e09b79885d9a838f1ab58891
parentc17425708b89833230a9887e2ff877f06b32fbf2 (diff)
downloadbcm5719-llvm-560e1ed3379e7cb5c65e5474000245f7dcde5266.tar.gz
bcm5719-llvm-560e1ed3379e7cb5c65e5474000245f7dcde5266.zip
Add new .def file introduced for BinaryFormat/MsgPack
Patch by Kristina Brooks! llvm-svn: 340506
-rw-r--r--llvm/include/llvm/module.modulemap1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap
index d6c133eefef..9abbab87885 100644
--- a/llvm/include/llvm/module.modulemap
+++ b/llvm/include/llvm/module.modulemap
@@ -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 * } }
OpenPOWER on IntegriCloud