forked from OSchip/llvm-project
llvm/module.modulemap: AVR.def should be textual header.
llvm-svn: 251163
This commit is contained in:
parent
fe4ae5e7a4
commit
00d913b778
|
@ -198,6 +198,7 @@ module LLVM_Utils {
|
|||
textual header "Support/Dwarf.def"
|
||||
textual header "Support/ELFRelocs/AArch64.def"
|
||||
textual header "Support/ELFRelocs/ARM.def"
|
||||
textual header "Support/ELFRelocs/AVR.def"
|
||||
textual header "Support/ELFRelocs/Hexagon.def"
|
||||
textual header "Support/ELFRelocs/i386.def"
|
||||
textual header "Support/ELFRelocs/Mips.def"
|
||||
|
|
Loading…
Reference in New Issue