forked from OSchip/llvm-project
llvm/Support/TargetParser.h: Fix -fmodules build in rL317900.
llvm-svn: 317966
This commit is contained in:
parent
99f9e1373b
commit
9f65a1ffc8
|
@ -297,6 +297,7 @@ module LLVM_Utils {
|
|||
// These are intended for textual inclusion.
|
||||
textual header "Support/ARMTargetParser.def"
|
||||
textual header "Support/AArch64TargetParser.def"
|
||||
textual header "Support/X86TargetParser.def"
|
||||
}
|
||||
|
||||
// This part of the module is usable from both C and C++ code.
|
||||
|
|
Loading…
Reference in New Issue