[libcxx-commits] [PATCH] D127460: Rename GCCBuiltin into ClangBuiltin
Simon Pilgrim via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 14 02:00:07 PDT 2022
RKSimon added inline comments.
================
Comment at: llvm/lib/IR/Function.cpp:1430
+// This defines the "Intrinsic::getIntrinsicForClangBuiltin()" method.
#define GET_LLVM_INTRINSIC_FOR_GCC_BUILTIN
#include "llvm/IR/IntrinsicImpl.inc"
----------------
Should this be updated to use GET_LLVM_INTRINSIC_FOR_CLANG_BUILTIN?
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