[llvm] [BOLT][AArch64] Support for pointer authentication (v2) (PR #120064)
Paschalis Mpeis via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 17 08:00:06 PDT 2025
================
@@ -0,0 +1,42 @@
+# RUN: llvm-mc -filetype=obj -triple aarch64-unknown-unknown %s -o %t.o
+# RUN: %clang %cflags %t.o -o %t.exe -Wl,-q
+
+# RUN: llvm-objdump %t.exe -d > %t.exe.dump
----------------
paschalis-mpeis wrote:
I don't think we need `.dump-dwarf` files – see more at `match_dwarf.py`
https://github.com/llvm/llvm-project/pull/120064
More information about the llvm-commits
mailing list