[clang] [clang] Add __builtin_start_object_lifetime builtin. (PR #82776)
Sam McCall via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 27 11:39:24 PDT 2024
================
@@ -896,6 +896,12 @@ def Launder : Builtin {
let Prototype = "void*(void*)";
}
+def StartObjectLifeTime : Builtin {
----------------
sam-mccall wrote:
https://github.com/llvm/llvm-project/pull/86512 is the answer here, I think.
https://github.com/llvm/llvm-project/pull/82776
More information about the cfe-commits
mailing list