forked from OSchip/llvm-project
[lldb/Test] Disable eh-frame-augment-noop.test on macOS
The test fails on Darwin because a different Asynchronous UnwindPlan is chosen: Asynchronous (not restricted to call-sites) UnwindPlan is 'assembly insn profiling'` instead of what the test expects: Asynchronous (not restricted to call-sites) UnwindPlan is 'eh_frame CFI'
This commit is contained in:
parent
0077988a6f
commit
b4180fe477
|
@ -2,6 +2,7 @@
|
|||
# those expressions refer to the frame's CFA value.
|
||||
|
||||
# UNSUPPORTED: system-windows
|
||||
# UNSUPPORTED: system-darwin
|
||||
# REQUIRES: target-x86_64, native
|
||||
|
||||
# RUN: %clang_host %p/Inputs/call-asm.c %p/Inputs/eh-frame-augment-noop.s -o %t
|
||||
|
|
Loading…
Reference in New Issue