forked from OSchip/llvm-project
[lldb] Force the preprocessor to run in thread-step-out-ret-addr-check.test
It does not seem to run automatically on windows.
This commit is contained in:
parent
5a79cfa32d
commit
ce3ce9f464
|
@ -3,7 +3,7 @@
|
|||
|
||||
# REQUIRES: target-x86_64
|
||||
|
||||
# RUN: %clang_host %p/Inputs/call-asm.c %p/Inputs/thread-step-out-ret-addr-check.s -o %t
|
||||
# RUN: %clang_host %p/Inputs/call-asm.c -x assembler-with-cpp %p/Inputs/thread-step-out-ret-addr-check.s -o %t
|
||||
# RUN: %lldb %t -s %s -b 2>&1 | FileCheck %s
|
||||
|
||||
breakpoint set -n nonstandard_stub
|
||||
|
|
Loading…
Reference in New Issue