[llvm-branch-commits] [cfe-branch] r221616 - Merging r219989:
Tom Stellard
thomas.stellard at amd.com
Mon Nov 10 10:19:06 PST 2014
Author: tstellar
Date: Mon Nov 10 12:19:05 2014
New Revision: 221616
URL: http://llvm.org/viewvc/llvm-project?rev=221616&view=rev
Log:
Merging r219989:
------------------------------------------------------------------------
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
------------------------------------------------------------------------
Modified:
cfe/branches/release_35/test/lit.cfg
Modified: cfe/branches/release_35/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_35/test/lit.cfg?rev=221616&r1=221615&r2=221616&view=diff
==============================================================================
--- cfe/branches/release_35/test/lit.cfg (original)
+++ cfe/branches/release_35/test/lit.cfg Mon Nov 10 12:19:05 2014
@@ -270,6 +270,7 @@ config.substitutions.append( ('%clangxx'
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.
More information about the llvm-branch-commits
mailing list