[all-commits] [llvm/llvm-project] da083e: [StrTable] Fix modules build and clean up stale fi...
Chandler Carruth via All-commits
all-commits at lists.llvm.org
Thu Feb 6 13:21:55 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: da083e282cc1704c85b1724ae9b9f9d1b4cf5668
https://github.com/llvm/llvm-project/commit/da083e282cc1704c85b1724ae9b9f9d1b4cf5668
Author: Chandler Carruth <chandlerc at gmail.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
R clang/include/clang/Basic/BuiltinsSME.def
R clang/include/clang/Basic/BuiltinsSVE.def
M clang/include/module.modulemap
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list