forked from OSchip/llvm-project
[modules] Add another .def file to our list of textual headers.
llvm-svn: 247359
This commit is contained in:
parent
89d4b1a77c
commit
2088365de9
|
@ -198,6 +198,7 @@ module LLVM_Utils {
|
|||
exclude header "Support/TargetRegistry.h"
|
||||
|
||||
// These are intended for textual inclusion.
|
||||
textual header "Support/ARMTargetParser.def"
|
||||
textual header "Support/Dwarf.def"
|
||||
textual header "Support/ELFRelocs/AArch64.def"
|
||||
textual header "Support/ELFRelocs/ARM.def"
|
||||
|
|
Loading…
Reference in New Issue