[llvm] [BOLT][AArch64] Support for pointer authentication (v2) (PR #120064)

Gergely Bálint via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 22 02:32:40 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
+# RUN: llvm-objdump --dwarf=frames %t.exe -D > %t.exe.dump-dwarf
----------------
bgergely0 wrote:

I think it is better to have the dwarf info and the normal disassembly in separate files, but disassembling one foo is definately better than using the `-d` flag.

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


More information about the llvm-commits mailing list