[PATCH] D127460: Rename GCCBuiltin into ClangBuiltin

Guillaume Gomez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 14 07:44:15 PDT 2022


GuillaumeGomez added a comment.

Applied @RKSimon's suggestion.



================
Comment at: llvm/utils/TableGen/IntrinsicEmitter.cpp:883
 void IntrinsicEmitter::EmitIntrinsicToBuiltinMap(
     const CodeGenIntrinsicTable &Ints, bool IsGCC, raw_ostream &OS) {
+  StringRef CompilerName = (IsGCC ? "Clang" : "MS");
----------------
RKSimon wrote:
> IsGCC?
I didn't even notice when updating it... Updating to `IsClang`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127460



More information about the cfe-commits mailing list