From: Dan Gohman Date: Tue, 12 Jan 2016 20:51:40 +0000 (+0000) Subject: [WebAssembly] Add ELFRelocs/WebAssembly.def as a "textual header" to the module map. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=b6ba98d0dd80d2dfc1bfeb30ea38f940c1a665f1;hp=f49a61441da5a12ade9cee64f5761c583fbd62fb [WebAssembly] Add ELFRelocs/WebAssembly.def as a "textual header" to the module map. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257515 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index 0adce0c9602..d74ada6faa6 100644 --- 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.