================
@@ -44,16 +44,25 @@ class CIRGenCalleeInfo {
class CIRGenCallee {
enum class SpecialKind : uintptr_t {
Invalid,
+ Builtin,
----------------
erichkeane wrote:Line 49 needs to be updated for this. https://github.com/llvm/llvm-project/pull/142981 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
