[llvm] [MTE][Darwin] This patch extends support for the stack frame history buffer to Darwin. (PR #178049)
Dan Blackwell via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 27 05:49:40 PST 2026
================
@@ -1,10 +1,11 @@
-; RUN: opt < %s -aarch64-stack-tagging -stack-tagging-use-stack-safety=0 -S -o - | FileCheck %s --check-prefixes=CHECK
-; RUN: opt < %s -aarch64-stack-tagging -stack-tagging-use-stack-safety=0 -S -stack-tagging-record-stack-history=instr -o - | FileCheck %s --check-prefixes=INSTR
-; RUN llc -mattr=+mte -stack-tagging-use-stack-safety=0 -stack-tagging-record-stack-history=instr %s -o - | FileCheck %s --check-prefixes=ASMINSTR
+; RUN: opt < %s -aarch64-stack-tagging -stack-tagging-use-stack-safety=0 -S -mtriple="aarch64" -o - | FileCheck %s --check-prefixes=CHECK
+; RUN: opt < %s -aarch64-stack-tagging -stack-tagging-use-stack-safety=0 -S -stack-tagging-record-stack-history=instr -mtriple="aarch64--linux-android35" -o - | FileCheck %s --check-prefixes=INSTR,ANDROID_INSTR
----------------
DanBlackwell wrote:
Should this have the double dash or is that a typo? `"aarch64--linux-android35"`. (Same on lines 4 and 5)
https://github.com/llvm/llvm-project/pull/178049
More information about the llvm-commits
mailing list