diff options
author | Dan Gohman <dan433584@gmail.com> | 2016-01-12 20:51:40 +0000 |
---|---|---|
committer | Dan Gohman <dan433584@gmail.com> | 2016-01-12 20:51:40 +0000 |
commit | 73ca3ab1b488cb064281fe17f41644b3e194a0a0 (patch) | |
tree | cb729f49490bdd1b81a31848b8140d9081bc4d91 /llvm | |
parent | b0c4e49a371603bd38b2476675bc957dc5cdb360 (diff) | |
download | bcm5719-llvm-73ca3ab1b488cb064281fe17f41644b3e194a0a0.tar.gz bcm5719-llvm-73ca3ab1b488cb064281fe17f41644b3e194a0a0.zip |
[WebAssembly] Add ELFRelocs/WebAssembly.def as a "textual header" to the module map.
llvm-svn: 257515
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/llvm/module.modulemap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap index 0adce0c9602..d74ada6faa6 100644 --- a/llvm/include/llvm/module.modulemap +++ b/llvm/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. |