1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[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 37a958f796
commit 3d1f2f58de

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.