Skip to content

Commit

Permalink
Fix LLVM module build
Browse files Browse the repository at this point in the history
Add WasmRelocs/WebAssembly.def to textual include header.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296356 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
cachemeifyoucan committed Feb 27, 2017
1 parent 6ebb4a9 commit 2b63dff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/llvm/module.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ module LLVM_Utils {
textual header "Support/ELFRelocs/SystemZ.def"
textual header "Support/ELFRelocs/x86_64.def"
textual header "Support/ELFRelocs/WebAssembly.def"
textual header "Support/WasmRelocs/WebAssembly.def"
}

// This part of the module is usable from both C and C++ code.
Expand Down

0 comments on commit 2b63dff

Please sign in to comment.