Skip to content

Commit

Permalink
Try to fix build with modules enabled after D108422
Browse files Browse the repository at this point in the history
D108422 removed Basic/X86Target.def but didn't delete the entry in
module.modulemap. Do it now. Hopefully it will fix the build.
  • Loading branch information
aelovikov-intel committed Aug 24, 2021
1 parent 2f53fcc commit 4c418c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/include/clang/module.modulemap
Expand Up @@ -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 * }
}
Expand Down

0 comments on commit 4c418c1

Please sign in to comment.