forked from OSchip/llvm-project
tests: Tweak %clangxx definition to something which should be more portable.
llvm-svn: 96593
This commit is contained in:
parent
33cdd81064
commit
1c32596e56
|
@ -123,7 +123,7 @@ config.clang = inferClang(config.environment['PATH'])
|
|||
if not lit.quiet:
|
||||
lit.note('using clang: %r' % config.clang)
|
||||
config.substitutions.append( ('%clang_cc1', config.clang + ' -cc1') )
|
||||
config.substitutions.append( ('%clangxx', ' ' + config.clang + '++ ') )
|
||||
config.substitutions.append( ('%clangxx', ' ' + config.clang + ' -ccc-cxx'))
|
||||
config.substitutions.append( ('%clang', ' ' + config.clang + ' ') )
|
||||
|
||||
# FIXME: Find nicer way to prohibit this.
|
||||
|
|
Loading…
Reference in New Issue