[llvm] [BOLT][PAC] Warn about synchronous unwind tables (PR #165227)

Peter Waller via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 8 01:49:01 PST 2025


================
@@ -8,7 +8,7 @@
 
 # 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-bolt %t.exe -o %t.exe.bolt --no-threads | FileCheck %s --check-prefix=CHECK-BOLT
+# RUN: llvm-bolt %t.exe -o %t.exe.bolt -v=1 --no-threads | FileCheck %s --check-prefix=CHECK-BOLT
----------------
peterwaller-arm wrote:

nit. Checking if this is an intended change.

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


More information about the llvm-commits mailing list