[Lldb-commits] [PATCH] D152449: [lldb][NFC]Update debug (eh-frame) tests to preserve old behaviour.
Vy Nguyen via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 8 08:24:26 PDT 2023
oontvoo created this revision.
oontvoo added a reviewer: fdeazeve.
Herald added a project: All.
oontvoo requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Details: D144999 <https://reviews.llvm.org/D144999> potentially changes the debug format. Setting this new -femit-compact-unwind-non-canonical flag will preserve the old behaviour.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D152449
Files:
lldb/test/Shell/Unwind/prefer-debug-over-eh-frame.test
Index: lldb/test/Shell/Unwind/prefer-debug-over-eh-frame.test
===================================================================
--- lldb/test/Shell/Unwind/prefer-debug-over-eh-frame.test
+++ lldb/test/Shell/Unwind/prefer-debug-over-eh-frame.test
@@ -8,7 +8,7 @@
# XFAIL: system-darwin
# REQUIRES: target-x86_64, native
-# RUN: %clang_host -g %p/Inputs/call-asm.c %p/Inputs/prefer-debug-over-eh-frame.s -o %t
+# RUN: %clang_host -femit-compact-unwind-non-canonical -g %p/Inputs/call-asm.c %p/Inputs/prefer-debug-over-eh-frame.s -o %t
# RUN: %lldb %t -s %s -o exit | FileCheck %s
breakpoint set -n bar
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152449.529604.patch
Type: text/x-patch
Size: 610 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230608/b98cc3d5/attachment.bin>
More information about the lldb-commits
mailing list