Searched refs:cxx_compiler (Results 1 – 2 of 2) sorted by relevance
/external/llvm/utils/release/ |
D | test-release.sh | 303 echo "# Using C++ compiler: $cxx_compiler" 314 env CC="$c_compiler" CXX="$cxx_compiler" \ 359 echo -n "# CXX=$cxx_compiler TOP_DIR=$TOP_DIR GCC=$gcc_compiler " 362 CXX="$cxx_compiler" TOP_DIR="$TOP_DIR" GCC="$gcc_compiler" \ 444 cxx_compiler="$CXX" 508 cxx_compiler=$llvmCore_phase1_installdir/bin/clang++ 519 cxx_compiler=$llvmCore_phase2_installdir/bin/clang++ 554 cxx_compiler="$gxx_compiler" 560 cxx_compiler="$gxx_compiler -fplugin=$dragonegg_phase1_objdir/dragonegg.so" 572 cxx_compiler="$gxx_compiler -fplugin=$dragonegg_phase2_objdir/dragonegg.so" [all …]
|
/external/lldb/test/make/ |
D | Makefile.rules | 108 cxx_compiler = $(if $(findstring clang,$(1)), $(subst clang,clang++,$(1)), $(if $(findstring icc,$(… 145 CXX = $(call cxx_compiler,$(CC)) 161 CXX = $(call cxx_compiler,$(CC)) 178 CXX = $(call cxx_compiler,$(CC)) 197 CXX = $(call cxx_compiler,$(CC)) 214 CXX = $(call cxx_compiler,$(CC))
|