forked from OSchip/llvm-project
[WebAssembly] Add ELFRelocs/WebAssembly.def as a "textual header" to the module map.
llvm-svn: 257515
This commit is contained in:
parent
b0c4e49a37
commit
73ca3ab1b4
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue