Skip to content

Commit

Permalink
[lldb][NFC]Update debug (eh-frame) tests to work with new dwarwin MC …
Browse files Browse the repository at this point in the history
…changes

Details:

D144999 potentially changes the debug format (from compact-unwind to dwarf).
Updated this test to no longer prefer debug-frame over eh-frame to be compatible with the new behaviour

Differential Revision: https://reviews.llvm.org/D152449
  • Loading branch information
oontvoo committed Jun 8, 2023
1 parent ef22750 commit 83cb212
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lldb/test/Shell/Unwind/prefer-debug-over-eh-frame.test
Expand Up @@ -5,7 +5,6 @@
# be thrown.

# UNSUPPORTED: system-windows
# 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
Expand Down

0 comments on commit 83cb212

Please sign in to comment.