]> granicus.if.org Git - clang/commitdiff
Merging r219989:
authorTom Stellard <thomas.stellard@amd.com>
Mon, 10 Nov 2014 18:19:05 +0000 (18:19 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 10 Nov 2014 18:19:05 +0000 (18:19 +0000)
------------------------------------------------------------------------
r219989 | me | 2014-10-16 19:41:40 -0400 (Thu, 16 Oct 2014) | 2 lines

Added %itanium_abi_host_triple to fix debuginfo-tests when clang is a cross-compiler by default

------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_35@221616 91177308-0d34-0410-b5e6-96231b3b80d8

test/lit.cfg

index b5c5628a5806b1451c72d2aeb23d3c1f19c57234..3de6501e66670e1480707b9552797d26d7d305ae 100644 (file)
@@ -270,6 +270,7 @@ config.substitutions.append( ('%clangxx', ' ' + config.clang +
 config.substitutions.append( ('%clang', ' ' + config.clang + ' ') )
 config.substitutions.append( ('%test_debuginfo', ' ' + config.llvm_src_root + '/utils/test_debuginfo.pl ') )
 config.substitutions.append( ('%itanium_abi_triple', makeItaniumABITriple(config.target_triple)) )
+config.substitutions.append( ('%itanium_abi_host_triple', makeItaniumABITriple(config.host_triple)) )
 config.substitutions.append( ('%ms_abi_triple', makeMSABITriple(config.target_triple)) )
 
 # FIXME: Find nicer way to prohibit this.