[lldb] Fix target-symbols-add-unwind.test for clang 7647a841

We need a different flag combination to produce .debug_frame.
This commit is contained in:
Pavel Labath 2021-09-24 09:05:19 +02:00
parent 7890afddec
commit cd6893a5a3
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
# RUN: cd %T
# RUN: %clang_host %S/Inputs/target-symbols-add-unwind.c -g \
# RUN: -fno-unwind-tables -o target-symbols-add-unwind.debug
# RUN: -fno-unwind-tables -fno-asynchronous-unwind-tables \
# RUN: -o target-symbols-add-unwind.debug
# RUN: llvm-objcopy --strip-debug target-symbols-add-unwind.debug \
# RUN: target-symbols-add-unwind.stripped
# RUN: %lldb target-symbols-add-unwind.stripped -s %s -o quit | FileCheck %s