diff options
Diffstat (limited to 'include/llvm/module.modulemap')
-rw-r--r-- | include/llvm/module.modulemap | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index 29e6d66b27ff..59b1f1621039 100644 --- a/include/llvm/module.modulemap +++ b/include/llvm/module.modulemap @@ -276,6 +276,7 @@ module LLVM_Utils { textual header "Support/ELFRelocs/SystemZ.def" textual header "Support/ELFRelocs/x86_64.def" textual header "Support/ELFRelocs/WebAssembly.def" + textual header "Support/WasmRelocs/WebAssembly.def" } // This part of the module is usable from both C and C++ code. @@ -283,12 +284,12 @@ module LLVM_Utils { header "Support/ConvertUTF.h" export * } -} -module LLVM_CodeGen_MachineValueType { - requires cplusplus - header "CodeGen/MachineValueType.h" - export * + module LLVM_CodeGen_MachineValueType { + requires cplusplus + header "CodeGen/MachineValueType.h" + export * + } } // This is used for a $src == $build compilation. Otherwise we use |