[lld] [LLD][AArch64] Add test for missing AArch64 BTI thunk (PR #116665)

Peter Smith via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 02:07:39 PST 2024


================
@@ -0,0 +1,112 @@
+// REQUIRES: aarch64
+// RUN: rm -rf %t && split-file %s %t && cd %t
+// RUN: llvm-mc -filetype=obj -triple=aarch64 asm -o a.o
+// RUN: ld.lld --script=lds a.o -o out.exe
----------------
smithp35 wrote:

Thanks, adopted.

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


More information about the llvm-commits mailing list