[clang] [llvm] [Clang] Add `__builtin_stack_address` (PR #148281)

via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 19 08:31:41 PDT 2025


================
@@ -121,7 +121,7 @@ enum NodeType {
   /// function calling this intrinsic.
   SPONENTRY,
 
-  /// STACKADDR - Represents the llvm.stackaddr intrinsic. Takes no argument
+  /// STACKADDR - Represents the llvm.stackaddress intrinsic. Takes no argument
----------------
moorabbit wrote:

Fixed in a new commit, thanks.

https://github.com/llvm/llvm-project/pull/148281


More information about the cfe-commits mailing list