[WebAssembly] Add ELFRelocs/WebAssembly.def as a "textual header" to the module map.

llvm-svn: 257515
This commit is contained in:
Dan Gohman 2016-01-12 20:51:40 +00:00
parent b0c4e49a37
commit 73ca3ab1b4
1 changed files with 1 additions and 0 deletions

View File

@ -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.