Skip to content

Commit da083e2

Browse files
authored
[StrTable] Fix modules build and clean up stale files (#125979)
I missed a few places to tidy up from before using the tablengen files directly for the builtins. I didn't remove all of the modulemap entries and there were two small `.def` files left lingering. This should clean all of that up. I went through to cross check the list of files and it looks correct now.
1 parent 1dbfbb5 commit da083e2

File tree

3 files changed

+0
-47
lines changed

3 files changed

+0
-47
lines changed

clang/include/clang/Basic/BuiltinsSME.def

Lines changed: 0 additions & 21 deletions
This file was deleted.

clang/include/clang/Basic/BuiltinsSVE.def

Lines changed: 0 additions & 22 deletions
This file was deleted.

clang/include/module.modulemap

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,7 @@ module Clang_Basic {
4949
textual header "clang/Basic/BuiltinsLoongArchLASX.def"
5050
textual header "clang/Basic/BuiltinsLoongArchLSX.def"
5151
textual header "clang/Basic/BuiltinsMips.def"
52-
textual header "clang/Basic/BuiltinsNEON.def"
5352
textual header "clang/Basic/BuiltinsPPC.def"
54-
textual header "clang/Basic/BuiltinsRISCVVector.def"
55-
textual header "clang/Basic/BuiltinsSME.def"
56-
textual header "clang/Basic/BuiltinsSVE.def"
5753
textual header "clang/Basic/BuiltinsSystemZ.def"
5854
textual header "clang/Basic/BuiltinsVE.def"
5955
textual header "clang/Basic/BuiltinsVEVL.gen.def"

0 commit comments

Comments
 (0)