forked from OSchip/llvm-project
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:
parent
2f53fcc831
commit
4c418c1bfb
|
@ -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 * }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue