Try to fix build with modules enabled after D108422

D108422 removed Basic/X86Target.def but didn't delete the entry in
module.modulemap. Do it now. Hopefully it will fix the build.
This commit is contained in:
Andrei Elovikov 2021-08-24 10:16:07 -07:00
parent 2f53fcc831
commit 4c418c1bfb
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ module Clang_Basic {
textual header "Basic/Sanitizers.def"
textual header "Basic/TargetCXXABI.def"
textual header "Basic/TokenKinds.def"
textual header "Basic/X86Target.def"
module * { export * }
}