Merge pull request #824 from ncos/stability_compiler
pass g++ as a compiler to run_tests.py when ispc_build_compiler==gcc
This commit is contained in:
3
alloy.py
3
alloy.py
@@ -438,6 +438,9 @@ def validation_run(only, only_targets, reference_branch, number, notify, update,
|
|||||||
LLVM = []
|
LLVM = []
|
||||||
targets = []
|
targets = []
|
||||||
sde_targets = []
|
sde_targets = []
|
||||||
|
# sometimes clang++ is not avaluable. if --ispc-build-compiler = gcc we will pass in g++ compiler
|
||||||
|
if options.ispc_build_compiler == "gcc":
|
||||||
|
stability.compiler_exe = "g++"
|
||||||
# parsing option only, update parameters of run
|
# parsing option only, update parameters of run
|
||||||
if "-O2" in only:
|
if "-O2" in only:
|
||||||
opts.append(False)
|
opts.append(False)
|
||||||
|
|||||||
Reference in New Issue
Block a user