forked from OSchip/llvm-project
[SystemZ] Add BuiltinsSystemZ.def to Clang_Basic modulemap
This should fix the last remaining build bot failures resulting from the r233804 commit. llvm-svn: 233814
This commit is contained in:
parent
4c41366510
commit
bb0f2bd3c1
|
@ -34,6 +34,7 @@ module Clang_Basic {
|
|||
textual header "Basic/BuiltinsNVPTX.def"
|
||||
textual header "Basic/BuiltinsPPC.def"
|
||||
textual header "Basic/BuiltinsR600.def"
|
||||
textual header "Basic/BuiltinsSystemZ.def"
|
||||
textual header "Basic/BuiltinsX86.def"
|
||||
textual header "Basic/BuiltinsXCore.def"
|
||||
textual header "Basic/DiagnosticOptions.def"
|
||||
|
|
Loading…
Reference in New Issue