@@ -4,7 +4,7 @@ defaultCompiler=llctrunk
44demangler =/opt/compiler-explorer/gcc-9.1.0/bin/c++filt
55objdumper =/opt/compiler-explorer/gcc-9.1.0/bin/objdump
66
7- group.irclang.compilers =irclang500:irclang600:irclang700:irclang800:irclang900:irclangtrunk
7+ group.irclang.compilers =irclang500:irclang600:irclang700:irclang800:irclang900:irclang1000: irclangtrunk
88group.irclang.intelAsm =-masm=intel
99group.irclang.groupName =Clang x86-64
1010group.irclang.options =-x ir
@@ -22,10 +22,12 @@ compiler.irclang800.exe=/opt/compiler-explorer/clang-8.0.0/bin/clang++
2222compiler.irclang800.semver =8.0.0
2323compiler.irclang900.exe =/opt/compiler-explorer/clang-9.0.0/bin/clang++
2424compiler.irclang900.semver =9.0.0
25+ compiler.irclang1000.exe =/opt/compiler-explorer/clang-10.0.0/bin/clang++
26+ compiler.irclang1000.semver =10.0.0
2527compiler.irclangtrunk.exe =/opt/compiler-explorer/clang-trunk/bin/clang++
2628compiler.irclangtrunk.semver =(trunk)
2729
28- group.llc.compilers =llc32:llc33:llc391:llc400:llc401:llc500:llc600:llc700:llc800:llc900:llctrunk
30+ group.llc.compilers =llc32:llc33:llc391:llc400:llc401:llc500:llc600:llc700:llc800:llc900:llc1000: llctrunk
2931group.llc.compilerType =llc
3032group.llc.supportsExecute =false
3133group.llc.intelAsm =-masm=intel
@@ -53,10 +55,12 @@ compiler.llc800.exe=/opt/compiler-explorer/clang-8.0.0/bin/llc
5355compiler.llc800.semver =8.0.0
5456compiler.llc900.exe =/opt/compiler-explorer/clang-9.0.0/bin/llc
5557compiler.llc900.semver =9.0.0
58+ compiler.llc1000.exe =/opt/compiler-explorer/clang-10.0.0/bin/llc
59+ compiler.llc1000.semver =10.0.0
5660compiler.llctrunk.exe =/opt/compiler-explorer/clang-trunk/bin/llc
5761compiler.llctrunk.semver =(trunk)
5862
59- group.opt.compilers =opt32:opt33:opt391:opt400:opt401:opt500:opt600:opt700:opt800:opt900:opttrunk
63+ group.opt.compilers =opt32:opt33:opt391:opt400:opt401:opt500:opt600:opt700:opt800:opt900:opt1000: opttrunk
6064group.opt.compilerType =opt
6165group.opt.supportsBinary =false
6266group.opt.supportsExecute =false
@@ -84,6 +88,8 @@ compiler.opt800.exe=/opt/compiler-explorer/clang-8.0.0/bin/opt
8488compiler.opt800.semver =8.0.0
8589compiler.opt900.exe =/opt/compiler-explorer/clang-9.0.0/bin/opt
8690compiler.opt900.semver =9.0.0
91+ compiler.opt1000.exe =/opt/compiler-explorer/clang-10.0.0/bin/opt
92+ compiler.opt1000.semver =10.0.0
8793compiler.opttrunk.exe =/opt/compiler-explorer/clang-trunk/bin/opt
8894compiler.opttrunk.semver =(trunk)
8995
0 commit comments