[PATCH] D127460: Rename GCCBuiltin into ClangBuiltin

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 13 15:36:19 PDT 2022


efriedma added a comment.

Why are you messing with test_demangle.pass.cpp?  The demangler doesn't care what symbols we actually define in LLVM... it's just a bunch of hardcoded testcases.  So it doesn't matter if it continues to refer to GCCBuiltin.

Other changes look fine.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127460/new/

https://reviews.llvm.org/D127460



More information about the llvm-commits mailing list