llvm/Support/TargetParser.h: Fix -fmodules build in rL317900.

llvm-svn: 317966
This commit is contained in:
NAKAMURA Takumi 2017-11-11 02:05:47 +00:00
parent 99f9e1373b
commit 9f65a1ffc8
1 changed files with 1 additions and 0 deletions

View File

@ -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.