[lld] [LLD][ELF][AArch64] Add BTI Aware long branch thunks (PR #108989)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 27 19:42:04 PDT 2024
================
@@ -0,0 +1,482 @@
+// REQUIRES: aarch64
+// RUN: rm -rf %t && split-file %s %t && cd %t
+// RUN: llvm-mc -filetype=obj -triple=aarch64 asm -o %t.o
----------------
MaskRay wrote:
After `rm -rf %t && split-file %s %t && cd %t`, `%t` can be completely avoided.
For example, name an output file `a.o` and output as `out` instead `%t.exe`
https://github.com/llvm/llvm-project/pull/108989
More information about the llvm-commits
mailing list