Use RC version of CL

dev/git-series/gccdum
Matt Godbolt 6 years ago
parent 050f5e3c3c
commit 907e134da0

@ -124,13 +124,13 @@ group.cl.compilerType=CL
group.cl.versionFlag=/?
group.cl.versionRe=^Microsoft \(R\) C/C\+\+.*$
group.cl19.compilers=cl19_64:cl19_32:cl19_arm
group.cl19.options=/I/opt/gcc-explorer/windows/10.0.10240.0/ucrt/ /I/opt/gcc-explorer/windows/14.0.24224-Pre/lib/native/include/
compiler.cl19_64.exe=/opt/gcc-explorer/windows/14.0.24224-Pre/lib/native/bin/amd64/cl.exe
compiler.cl19_64.name=x86-64 CL 19
compiler.cl19_32.exe=/opt/gcc-explorer/windows/14.0.24224-Pre/lib/native/bin/amd64_x86/cl.exe
compiler.cl19_32.name=x86 CL 19
compiler.cl19_arm.exe=/opt/gcc-explorer/windows/14.0.24224-Pre/lib/native/bin/amd64_arm/cl.exe
compiler.cl19_arm.name=ARM CL 19
group.cl19.options=/I/opt/gcc-explorer/windows/10.0.10240.0/ucrt/ /I/opt/gcc-explorer/windows/14.0.24629/lib/native/include/
compiler.cl19_64.exe=/opt/gcc-explorer/windows/14.0.24629/lib/native/bin/amd64/cl.exe
compiler.cl19_64.name=x86-64 CL 19 RC
compiler.cl19_32.exe=/opt/gcc-explorer/windows/14.0.24629/lib/native/bin/amd64_x86/cl.exe
compiler.cl19_32.name=x86 CL 19 RC
compiler.cl19_arm.exe=/opt/gcc-explorer/windows/14.0.24629/lib/native/bin/amd64_arm/cl.exe
compiler.cl19_arm.name=ARM CL 19 RC
#################################
# ELLCC

Loading…
Cancel
Save