[llvm] [AArch64][BTI] Add BTI at EH entries. (PR #155308)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 26 00:01:05 PDT 2025
================
@@ -0,0 +1,29 @@
+; REQUIRES: aarch64-registered-target
+; RUN: llc -mtriple=aarch64-unknown-linux-gnu %s -o - | FileCheck %s
+
+target triple = "aarch64-unknown-linux-gnu"
----------------
davemgreen wrote:
Remove the `target triple`. It is in the RUN line.
https://github.com/llvm/llvm-project/pull/155308
More information about the llvm-commits
mailing list