[llvm] r296356 - Fix LLVM module build

Steven Wu via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 27 08:56:37 PST 2017


Author: steven_wu
Date: Mon Feb 27 10:56:37 2017
New Revision: 296356

URL: http://llvm.org/viewvc/llvm-project?rev=296356&view=rev
Log:
Fix LLVM module build

Add WasmRelocs/WebAssembly.def to textual include header.

Modified:
    llvm/trunk/include/llvm/module.modulemap

Modified: llvm/trunk/include/llvm/module.modulemap
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/module.modulemap?rev=296356&r1=296355&r2=296356&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Mon Feb 27 10:56:37 2017
@@ -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.




More information about the llvm-commits mailing list