[libcxx-commits] [PATCH] D127460: Rename GCCBuiltin into ClangBuiltin
Simon Pilgrim via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 14 07:38:47 PDT 2022
RKSimon added inline comments.
================
Comment at: llvm/utils/TableGen/IntrinsicEmitter.cpp:883
void IntrinsicEmitter::EmitIntrinsicToBuiltinMap(
const CodeGenIntrinsicTable &Ints, bool IsGCC, raw_ostream &OS) {
+ StringRef CompilerName = (IsGCC ? "Clang" : "MS");
----------------
IsGCC?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127460/new/
https://reviews.llvm.org/D127460
More information about the libcxx-commits
mailing list