Skip to content

Commit 4d50f9b

Browse files
chandlercIcohedron
authored andcommitted
[StrTable] Fix modules build and clean up stale files (llvm#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 1ba1d66 commit 4d50f9b

File tree

3 files changed

+0
-47
lines changed

3 files changed

+0
-47
lines changed

clang/include/clang/Basic/BuiltinsSME.def

-21
This file was deleted.

clang/include/clang/Basic/BuiltinsSVE.def

-22
This file was deleted.

clang/include/module.modulemap

-4
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)