Skip to content

Commit 4c418c1

Browse files
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.
1 parent 2f53fcc commit 4c418c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/include/clang/module.modulemap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ module Clang_Basic {
6767
textual header "Basic/Sanitizers.def"
6868
textual header "Basic/TargetCXXABI.def"
6969
textual header "Basic/TokenKinds.def"
70-
textual header "Basic/X86Target.def"
7170

7271
module * { export * }
7372
}

0 commit comments

Comments
 (0)