[llvm] r257515 - [WebAssembly] Add ELFRelocs/WebAssembly.def as a "textual header" to the module map.
Dan Gohman via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 12 12:51:40 PST 2016
Author: djg
Date: Tue Jan 12 14:51:40 2016
New Revision: 257515
URL: http://llvm.org/viewvc/llvm-project?rev=257515&view=rev
Log:
[WebAssembly] Add ELFRelocs/WebAssembly.def as a "textual header" to the module map.
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=257515&r1=257514&r2=257515&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Tue Jan 12 14:51:40 2016
@@ -207,6 +207,7 @@ module LLVM_Utils {
textual header "Support/ELFRelocs/Sparc.def"
textual header "Support/ELFRelocs/SystemZ.def"
textual header "Support/ELFRelocs/x86_64.def"
+ textual header "Support/ELFRelocs/WebAssembly.def"
}
// This part of the module is usable from both C and C++ code.
More information about the llvm-commits
mailing list