summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests/static-member-2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'debuginfo-tests/static-member-2.cpp')
-rw-r--r--debuginfo-tests/static-member-2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/debuginfo-tests/static-member-2.cpp b/debuginfo-tests/static-member-2.cpp
index dda9a225849..4edb2b060f1 100644
--- a/debuginfo-tests/static-member-2.cpp
+++ b/debuginfo-tests/static-member-2.cpp
@@ -1,5 +1,5 @@
-// RUN: %clangxx --target=%itanium_abi_host_triple -O0 -g %s -o %t -c
-// RUN: %clangxx --target=%itanium_abi_host_triple %t -o %t.out
+// RUN: %clangxx %target_itanium_abi_host_triple -O0 -g %s -o %t -c
+// RUN: %clangxx %target_itanium_abi_host_triple %t -o %t.out
// RUN: %test_debuginfo %s %t.out
// FIXME: LLDB finds the wrong symbol for "C". rdar://problem/14933867
OpenPOWER on IntegriCloud