From 1d5ae1026e831016fc29fd927877c86af904481f Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 23 Oct 2019 17:51:42 +0000 Subject: Vendor import of stripped llvm trunk r375505, the last commit before the upstream Subversion repository was made read-only, and the LLVM project migrated to GitHub: https://llvm.org/svn/llvm-project/llvm/trunk@375505 --- include/llvm/module.modulemap | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/llvm/module.modulemap') diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index 9c4668e1473c4..ecb3b37004fd6 100644 --- a/include/llvm/module.modulemap +++ b/include/llvm/module.modulemap @@ -253,6 +253,7 @@ module LLVM_IR { textual header "IR/DebugInfoFlags.def" textual header "IR/Instruction.def" textual header "IR/Metadata.def" + textual header "IR/FixedMetadataKinds.def" textual header "IR/Value.def" textual header "IR/RuntimeLibcalls.def" } @@ -331,6 +332,7 @@ module LLVM_TableGen { module LLVM_Transforms { requires cplusplus umbrella "Transforms" + module * { export * } } -- cgit v1.2.3