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
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
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits