projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f49a614
)
[WebAssembly] Add ELFRelocs/WebAssembly.def as a "textual header" to the module map.
author
Dan Gohman
<dan433584@gmail.com>
Tue, 12 Jan 2016 20:51:40 +0000
(20:51 +0000)
committer
Dan Gohman
<dan433584@gmail.com>
Tue, 12 Jan 2016 20:51:40 +0000
(20:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257515
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/module.modulemap
patch
|
blob
|
history
diff --git
a/include/llvm/module.modulemap
b/include/llvm/module.modulemap
index 0adce0c9602d952a4aca35321ccb563e2bd8d677..d74ada6faa619887aa6872dd0411272f3aa15712 100644
(file)
--- a/
include/llvm/module.modulemap
+++ b/
include/llvm/module.modulemap
@@
-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.