Searched refs:cxx_under_test (Results 1 – 9 of 9) sorted by relevance
11 def __init__(self, cxx_under_test, cxx_template, link_template): argument12 super(AndroidCXXCompiler, self).__init__(cxx_under_test)
49 cxx_under_test = self.lit_config.params.get('cxx_under_test')54 cxx_under_test, cxx_template, link_template)
2 config.cxx_under_test = "@LIBCXXABI_COMPILER@"
2 config.cxx_under_test = "@LIBUNWIND_COMPILER@"
2 config.cxx_under_test = "@LIBCXX_COMPILER@"
10 self.cxx_under_test = None
20 config.cxx_under_test = os.path.join(
172 --param=cxx_under_test="${CXX}" \
78 $ lit -sv --param=cxx_under_test=/opt/bin/g++ test/std101 .. option:: cxx_under_test=<path/to/compiler>