diff options
Diffstat (limited to 'llvm/include/module.modulemap')
-rw-r--r-- | llvm/include/module.modulemap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/module.modulemap b/llvm/include/module.modulemap index 6beb0e0..46277e1 100644 --- a/llvm/include/module.modulemap +++ b/llvm/include/module.modulemap @@ -96,6 +96,7 @@ module LLVM_BinaryFormat { textual header "llvm/BinaryFormat/ELFRelocs/PowerPC64.def" textual header "llvm/BinaryFormat/ELFRelocs/PowerPC.def" textual header "llvm/BinaryFormat/ELFRelocs/RISCV.def" + textual header "llvm/BinaryFormat/ELFRelocs/RISCV_nonstandard.def" textual header "llvm/BinaryFormat/ELFRelocs/Sparc.def" textual header "llvm/BinaryFormat/ELFRelocs/SystemZ.def" textual header "llvm/BinaryFormat/ELFRelocs/VE.def" |