Skip to content

Commit 3056033

Browse files
ojedaapmorton
authored andcommitted
Add LLVM 9 where missing (Assembly, LLVM IR)
1 parent 86296b8 commit 3056033

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

etc/config/assembly.amazon.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ compiler.gnuas93.semver=9.3
6161
compiler.gnuassnapshot.exe=/opt/compiler-explorer/gcc-snapshot/bin/as
6262
compiler.gnuassnapshot.semver=(trunk)
6363

64-
group.llvmas.compilers=llvmas30:llvmas31:llvmas32:llvmas33:llvmas341:llvmas350:llvmas351:llvmas37x:llvmas36x:llvmas371:llvmas380:llvmas381:llvmas390:llvmas391:llvmas400:llvmas401:llvmas500:llvmas600:llvmas700:llvmas800:llvmas_trunk
64+
group.llvmas.compilers=llvmas30:llvmas31:llvmas32:llvmas33:llvmas341:llvmas350:llvmas351:llvmas37x:llvmas36x:llvmas371:llvmas380:llvmas381:llvmas390:llvmas391:llvmas400:llvmas401:llvmas500:llvmas600:llvmas700:llvmas800:llvmas900:llvmas_trunk
6565
group.llvmas.versionFlag=--version
6666
group.llvmas.options=-filetype=obj -o example.o
6767
group.llvmas.versionRe=LLVM version .*
@@ -109,6 +109,8 @@ compiler.llvmas700.exe=/opt/compiler-explorer/clang-7.0.0/bin/llvm-mc
109109
compiler.llvmas700.semver=7.0.0
110110
compiler.llvmas800.exe=/opt/compiler-explorer/clang-8.0.0/bin/llvm-mc
111111
compiler.llvmas800.semver=8.0.0
112+
compiler.llvmas900.exe=/opt/compiler-explorer/clang-9.0.0/bin/llvm-mc
113+
compiler.llvmas900.semver=9.0.0
112114
compiler.llvmas_trunk.exe=/opt/compiler-explorer/clang-trunk/bin/llvm-mc
113115
compiler.llvmas_trunk.semver=(trunk)
114116

etc/config/llvm.amazon.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defaultCompiler=llctrunk
44
demangler=/opt/compiler-explorer/gcc-9.1.0/bin/c++filt
55
objdumper=/opt/compiler-explorer/gcc-9.1.0/bin/objdump
66

7-
group.irclang.compilers=irclang500:irclang600:irclang700:irclang800:irclangtrunk
7+
group.irclang.compilers=irclang500:irclang600:irclang700:irclang800:irclang900:irclangtrunk
88
group.irclang.intelAsm=-masm=intel
99
group.irclang.groupName=Clang x86-64
1010
group.irclang.options=-x ir
@@ -20,6 +20,8 @@ compiler.irclang700.exe=/opt/compiler-explorer/clang-7.0.0/bin/clang++
2020
compiler.irclang700.semver=7.0.0
2121
compiler.irclang800.exe=/opt/compiler-explorer/clang-8.0.0/bin/clang++
2222
compiler.irclang800.semver=8.0.0
23+
compiler.irclang900.exe=/opt/compiler-explorer/clang-9.0.0/bin/clang++
24+
compiler.irclang900.semver=9.0.0
2325
compiler.irclangtrunk.exe=/opt/compiler-explorer/clang-trunk/bin/clang++
2426
compiler.irclangtrunk.semver=(trunk)
2527

0 commit comments

Comments
 (0)