aboutsummaryrefslogtreecommitdiff
path: root/etc/config/swift.amazon.properties
blob: efac43bd65dea49fd9bf1960a69cd35afaa14ca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
compilers=&swift
demangler=/opt/compiler-explorer/swift-5.8/usr/bin/swift-demangle
defaultCompiler=swift58
objdumper=/opt/compiler-explorer/gcc-snapshot/bin/objdump

group.swift.compilers=swift311:swift402:swift403:swift41:swift411:swift412:swift42:swift50:swift51:swift52:swift53:swift54:swift55:swift56:swift57:swift58:swiftnightly
group.swift.isSemVer=true
group.swift.baseName=x86-64 swiftc
compiler.swift311.exe=/opt/compiler-explorer/swift-3.1.1/usr/bin/swiftc
compiler.swift311.semver=3.1.1
compiler.swift311.supportsBinary=false
compiler.swift402.exe=/opt/compiler-explorer/swift-4.0.2/usr/bin/swiftc
compiler.swift402.semver=4.0.2
compiler.swift402.supportsBinary=false
compiler.swift403.exe=/opt/compiler-explorer/swift-4.0.3/usr/bin/swiftc
compiler.swift403.semver=4.0.3
compiler.swift403.supportsBinary=false
compiler.swift41.exe=/opt/compiler-explorer/swift-4.1/usr/bin/swiftc
compiler.swift41.semver=4.1
compiler.swift41.supportsBinary=false
compiler.swift411.exe=/opt/compiler-explorer/swift-4.1.1/usr/bin/swiftc
compiler.swift411.semver=4.1.1
compiler.swift411.supportsBinary=false
compiler.swift412.exe=/opt/compiler-explorer/swift-4.1.2/usr/bin/swiftc
compiler.swift412.semver=4.1.2
compiler.swift412.supportsBinary=false
compiler.swift42.exe=/opt/compiler-explorer/swift-4.2/usr/bin/swiftc
compiler.swift42.semver=4.2
compiler.swift42.supportsBinary=false
compiler.swift50.exe=/opt/compiler-explorer/swift-5.0/usr/bin/swiftc
compiler.swift50.semver=5.0
compiler.swift50.supportsExecute=false
compiler.swift51.exe=/opt/compiler-explorer/swift-5.1/usr/bin/swiftc
compiler.swift51.semver=5.1
compiler.swift52.exe=/opt/compiler-explorer/swift-5.2/usr/bin/swiftc
compiler.swift52.semver=5.2
compiler.swift53.exe=/opt/compiler-explorer/swift-5.3/usr/bin/swiftc
compiler.swift53.semver=5.3
compiler.swift54.exe=/opt/compiler-explorer/swift-5.4/usr/bin/swiftc
compiler.swift54.semver=5.4
compiler.swift55.exe=/opt/compiler-explorer/swift-5.5/usr/bin/swiftc
compiler.swift55.semver=5.5
compiler.swift56.exe=/opt/compiler-explorer/swift-5.6/usr/bin/swiftc
compiler.swift56.semver=5.6
compiler.swift57.exe=/opt/compiler-explorer/swift-5.7/usr/bin/swiftc
compiler.swift57.semver=5.7
compiler.swift58.exe=/opt/compiler-explorer/swift-5.8/usr/bin/swiftc
compiler.swift58.semver=5.8
compiler.swiftnightly.exe=/opt/compiler-explorer/swift-nightly/usr/bin/swiftc
compiler.swiftnightly.semver=nightly

#################################
#################################
# Installed libs (See c++.amazon.properties for a scheme of libs group)
libs=

#################################
#################################
# Installed tools

tools=llvm-mcatrunk:osacatrunk:readelf:ldd:strings

tools.llvm-mcatrunk.name=llvm-mca (trunk)
tools.llvm-mcatrunk.exe=/opt/compiler-explorer/clang-trunk/bin/llvm-mca
tools.llvm-mcatrunk.type=postcompilation
tools.llvm-mcatrunk.class=llvm-mca-tool
tools.llvm-mcatrunk.stdinHint=disabled

tools.osacatrunk.name=OSACA (0.5.0)
tools.osacatrunk.exe=/opt/compiler-explorer/osaca-0.5.0/bin/osaca
tools.osacatrunk.type=postcompilation
tools.osacatrunk.class=osaca-tool
tools.osacatrunk.stdinHint=disabled

tools.readelf.name=readelf (trunk)
tools.readelf.exe=/opt/compiler-explorer/gcc-snapshot/bin/readelf
tools.readelf.type=postcompilation
tools.readelf.class=readelf-tool
tools.readelf.exclude=
tools.readelf.stdinHint=disabled

tools.ldd.name=ldd
tools.ldd.exe=/usr/bin/ldd
tools.ldd.type=postcompilation
tools.ldd.class=readelf-tool
tools.ldd.exclude=
tools.ldd.stdinHint=disabled

tools.strings.exe=/opt/compiler-explorer/gcc-snapshot/bin/strings
tools.strings.name=strings
tools.strings.type=postcompilation
tools.strings.class=strings-tool
tools.strings.exclude=
tools.strings.stdinHint=disabled