summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests/nested-struct.cpp
diff options
context:
space:
mode:
authorFilipe Cabecinhas <me@filcab.net>2014-10-18 23:47:59 +0000
committerFilipe Cabecinhas <me@filcab.net>2014-10-18 23:47:59 +0000
commit090a237f2981d7059073439f4fe159cbd7ab3389 (patch)
treef4bec8744787c52f6cff9f8873bce504bb8aa1b1 /debuginfo-tests/nested-struct.cpp
parent38e98d5782b24b6cfcdd7651ebb4eff547cf2619 (diff)
downloadbcm5719-llvm-090a237f2981d7059073439f4fe159cbd7ab3389.tar.gz
bcm5719-llvm-090a237f2981d7059073439f4fe159cbd7ab3389.zip
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
Diffstat (limited to 'debuginfo-tests/nested-struct.cpp')
-rw-r--r--debuginfo-tests/nested-struct.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/debuginfo-tests/nested-struct.cpp b/debuginfo-tests/nested-struct.cpp
index ebb7ee4d71f..7533e6a8151 100644
--- a/debuginfo-tests/nested-struct.cpp
+++ b/debuginfo-tests/nested-struct.cpp
@@ -1,4 +1,4 @@
-// RUN: %clangxx --target=%itanium_abi_host_triple -O0 -g %s -c -o %t.o
+// RUN: %clangxx %target_itanium_abi_host_triple -O0 -g %s -c -o %t.o
// RUN: %test_debuginfo %s %t.o
// Radar 9440721
// If debug info for my_number() is emitted outside function foo's scope
OpenPOWER on IntegriCloud