From cf55ed323ad27e69601b87b02b81da164e679677 Mon Sep 17 00:00:00 2001 From: Matt Godbolt Date: Sun, 19 Mar 2017 10:35:30 -0500 Subject: [PATCH] RTW compilers for CL --- etc/config/c++.amazon.properties | 14 +++++++------- etc/config/c++.danger.properties | 15 +++++++++++++++ 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/etc/config/c++.amazon.properties b/etc/config/c++.amazon.properties index 1b43143f..cdd8c6ee 100644 --- a/etc/config/c++.amazon.properties +++ b/etc/config/c++.amazon.properties @@ -167,13 +167,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/compiler-explorer/windows/10.0.10240.0/ucrt/ /I/opt/compiler-explorer/windows/14.0.24629/lib/native/include/ -compiler.cl19_64.exe=/opt/compiler-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/compiler-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/compiler-explorer/windows/14.0.24629/lib/native/bin/amd64_arm/cl.exe -compiler.cl19_arm.name=ARM CL 19 RC +group.cl19.options=/I/opt/compiler-explorer/windows/10.0.10240.0/ucrt/ /I/opt/compiler-explorer/windows/19.10.25017/lib/native/include/ +compiler.cl19_64.exe=/opt/compiler-explorer/windows/19.10.25017/lib/native/bin/amd64/cl.exe +compiler.cl19_64.name=x86-64 CL 19 2017 RTW +compiler.cl19_32.exe=/opt/compiler-explorer/windows/19.10.25017/lib/native/bin/amd64_x86/cl.exe +compiler.cl19_32.name=x86 CL 19 2017 RTW +compiler.cl19_arm.exe=/opt/compiler-explorer/windows/19.10.25017/lib/native/bin/amd64_arm/cl.exe +compiler.cl19_arm.name=ARM CL 2017 RTW ################################# # ELLCC diff --git a/etc/config/c++.danger.properties b/etc/config/c++.danger.properties index 008eae28..26815384 100644 --- a/etc/config/c++.danger.properties +++ b/etc/config/c++.danger.properties @@ -1,6 +1,7 @@ # Matt's home development computer defaultCompiler=g54 textBanner=Testing the text banner +compilers=&cl:g54 #compilers=g54:g47:g48:avr #compilers=localhost@20480 compiler.g54.exe=/usr/bin/g++ @@ -12,3 +13,17 @@ compiler.g48.name=g++ 4.8 compiler.avr.exe=/usr/bin/avr-g++ compiler.avr.name=g++ avr #compiler-wrapper=./c-preload/compiler-wrapper + +group.cl.compilers=&cl19 +group.cl.needsMulti=false +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/compiler-explorer/windows/10.0.10240.0/ucrt/ /I/opt/compiler-explorer/windows/19.10.25017/lib/native/include/ +compiler.cl19_64.exe=/opt/compiler-explorer/windows/19.10.25017/lib/native/bin/amd64/cl.exe +compiler.cl19_64.name=x86-64 CL 19 2017 RTW +compiler.cl19_32.exe=/opt/compiler-explorer/windows/19.10.25017/lib/native/bin/amd64_x86/cl.exe +compiler.cl19_32.name=x86 CL 19 2017 RTW +compiler.cl19_arm.exe=/opt/compiler-explorer/windows/19.10.25017/lib/native/bin/amd64_arm/cl.exe +compiler.cl19_arm.name=ARM CL 2017 RTW