From 090a237f2981d7059073439f4fe159cbd7ab3389 Mon Sep 17 00:00:00 2001 From: Filipe Cabecinhas Date: Sat, 18 Oct 2014 23:47:59 +0000 Subject: New round of fixes for "Always compile debuginfo-tests for the host triple" clang tests were breaking, at least when compiling clang only, from an installed llvm. Make the lit.cfg script deal with the case when we don't have a host_triple available. llvm-svn: 220152 --- debuginfo-tests/aggregate-indirect-arg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debuginfo-tests/aggregate-indirect-arg.cpp') diff --git a/debuginfo-tests/aggregate-indirect-arg.cpp b/debuginfo-tests/aggregate-indirect-arg.cpp index aa5ef8b1421..86c7caf9618 100644 --- a/debuginfo-tests/aggregate-indirect-arg.cpp +++ b/debuginfo-tests/aggregate-indirect-arg.cpp @@ -1,5 +1,5 @@ -// 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: %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 -- cgit v1.2.1