[clang] Switch builtin strings to use string tables (PR #118734)
Chandler Carruth via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 5 21:32:36 PST 2024
================
@@ -41,6 +41,10 @@ class LLVM_LIBRARY_VISIBILITY ARCTargetInfo : public TargetInfo {
MacroBuilder &Builder) const override;
ArrayRef<Builtin::Info> getTargetBuiltins() const override { return {}; }
----------------
chandlerc wrote:
Doh, yes. I meant to remove the base class one once they were all gone to make sure, and just forgot. Thanks for catching. Fixed.
https://github.com/llvm/llvm-project/pull/118734
More information about the cfe-commits
mailing list