summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests/safestack.c
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2017-12-05 16:58:09 +0000
committerAdrian Prantl <aprantl@apple.com>2017-12-05 16:58:09 +0000
commit6e9ea3f55ab320f97cefcc65e99fed8231d83a1e (patch)
tree9beac4a719fa8ae15e08e1f3b4b87619904b73ee /debuginfo-tests/safestack.c
parent22cfe52398c78b4027e527f89f8251b6eac97aef (diff)
downloadbcm5719-llvm-6e9ea3f55ab320f97cefcc65e99fed8231d83a1e.tar.gz
bcm5719-llvm-6e9ea3f55ab320f97cefcc65e99fed8231d83a1e.zip
Temporarily pin tests to DWARF v2 until a more recent version of LLDB
is available on green dragon. llvm-svn: 319790
Diffstat (limited to 'debuginfo-tests/safestack.c')
-rw-r--r--debuginfo-tests/safestack.c2
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
OpenPOWER on IntegriCloud