From: Steven Wu Date: Mon, 27 Feb 2017 16:56:37 +0000 (+0000) Subject: Fix LLVM module build X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b63dffde58a32a15e0e6ccc6a205c2c606f63a4;p=llvm Fix LLVM module build Add WasmRelocs/WebAssembly.def to textual include header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296356 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index 29e6d66b27f..71cc11b7c9a 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.