diff options
Diffstat (limited to 'debuginfo-tests/safestack.c')
-rw-r--r-- | debuginfo-tests/safestack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debuginfo-tests/safestack.c b/debuginfo-tests/safestack.c index 01c5f7ede92..c72a5ebd83a 100644 --- a/debuginfo-tests/safestack.c +++ b/debuginfo-tests/safestack.c @@ -1,4 +1,4 @@ -// RUN: %clang %target_itanium_abi_host_triple -arch x86_64 %s -o %t.out -g -fsanitize=safe-stack +// RUN: %clang %target_itanium_abi_host_triple -arch x86_64 %s -o %t.out -gdwarf-2 -fsanitize=safe-stack // RUN: %test_debuginfo %s %t.out // REQUIRES: not_asan // Zorg configures the ASAN stage2 bots to not build the |