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

Gergely Bálint via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 8 02:02:11 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
----------------
bgergely0 wrote:

yes, I've put these messages behind a verbosity flag in this patch, the v=1 is needed to keep the test functioning.

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


More information about the llvm-commits mailing list