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

Filipe Cabecinhas me at filcab.net
Thu Oct 16 16:41:40 PDT 2014


Author: filcab
Date: Thu Oct 16 18:41:40 2014
New Revision: 219989

URL: http://llvm.org/viewvc/llvm-project?rev=219989&view=rev
Log:
Added %itanium_abi_host_triple to fix debuginfo-tests when clang is a cross-compiler by default

Modified:
    cfe/trunk/test/lit.cfg

Modified: cfe/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/lit.cfg?rev=219989&r1=219988&r2=219989&view=diff
==============================================================================
--- cfe/trunk/test/lit.cfg (original)
+++ cfe/trunk/test/lit.cfg Thu Oct 16 18:41:40 2014
@@ -271,6 +271,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 cfe-commits mailing list