summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests/aggregate-indirect-arg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'debuginfo-tests/aggregate-indirect-arg.cpp')
-rw-r--r--debuginfo-tests/aggregate-indirect-arg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/debuginfo-tests/aggregate-indirect-arg.cpp b/debuginfo-tests/aggregate-indirect-arg.cpp
index bbbb01e9ca2..aa5ef8b1421 100644
--- a/debuginfo-tests/aggregate-indirect-arg.cpp
+++ b/debuginfo-tests/aggregate-indirect-arg.cpp
@@ -1,5 +1,5 @@
-// RUN: %clangxx -O0 -g %s -c -o %t.o
-// RUN: %clangxx %t.o -o %t.out
+// RUN: %clangxx --target=%itanium_abi_host_triple -O0 -g %s -c -o %t.o
+// RUN: %clangxx --target=%itanium_abi_host_triple %t.o -o %t.out
// RUN: %test_debuginfo %s %t.out
// Radar 8945514
// DEBUGGER: break 22
OpenPOWER on IntegriCloud