]> granicus.if.org Git - llvm/commitdiff
Fix LLVM module build
authorSteven Wu <stevenwu@apple.com>
Mon, 27 Feb 2017 16:56:37 +0000 (16:56 +0000)
committerSteven Wu <stevenwu@apple.com>
Mon, 27 Feb 2017 16:56:37 +0000 (16:56 +0000)
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

include/llvm/module.modulemap

index 29e6d66b27ff7fa416934e9e65089c61d6f7b4a2..71cc11b7c9afb858deb8c7e9b3bd3d6d1aa9f670 100644 (file)
@@ -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.