[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:
Jonas Devlieghere 2020-06-26 15:55:13 -07:00
parent 0077988a6f
commit b4180fe477
1 changed files with 1 additions and 0 deletions

View File

@ -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