aboutsummaryrefslogtreecommitdiff
path: root/etc/config/pascal.amazon.properties
blob: 8b57904dbb988af7d11f34781b9059531a210f2f (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
compilers=&fpc
defaultCompiler=fpc322

nasmpath=/opt/compiler-explorer/nasm-2.14.02

group.fpc.compilers=fpc260:fpc262:fpc264:fpc302:fpc304:fpc320:fpc322
group.fpc.options=@/opt/compiler-explorer/fpc/fpc.cfg
group.fpc.demangler=/dev/null
group.fpc.objdumper=/opt/compiler-explorer/gcc-10.2.0/bin/objdump
group.fpc.isSemVer=true
group.fpc.baseName=x86-64 fpc
group.fpc.licenseLink=https://gitlab.com/freepascal.org/fpc/source/-/blob/main/LICENSE
group.fpc.licenseName=Library GNU General Public License (Modified)

compiler.fpc260.exe=/opt/compiler-explorer/fpc-2.6.0.x86_64-linux/bin/fpc
compiler.fpc260.semver=2.6.0
compiler.fpc262.exe=/opt/compiler-explorer/fpc-2.6.2.x86_64-linux/bin/fpc
compiler.fpc262.semver=2.6.2
compiler.fpc264.exe=/opt/compiler-explorer/fpc-2.6.4.x86_64-linux/bin/fpc
compiler.fpc264.semver=2.6.4
compiler.fpc302.exe=/opt/compiler-explorer/fpc-3.0.2.x86_64-linux/bin/fpc
compiler.fpc302.semver=3.0.2
compiler.fpc304.exe=/opt/compiler-explorer/fpc-3.0.4.x86_64-linux/bin/fpc
compiler.fpc304.semver=3.0.4
compiler.fpc320.exe=/opt/compiler-explorer/fpc-3.2.0.x86_64-linux/bin/fpc
compiler.fpc320.semver=3.2.0
compiler.fpc322.exe=/opt/compiler-explorer/fpc-3.2.2.x86_64-linux/bin/fpc
compiler.fpc322.semver=3.2.2

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

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

tools=llvm-mcatrunk:osacatrunk:pahole

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.2)
tools.osacatrunk.exe=/opt/compiler-explorer/osaca-0.5.2/bin/osaca
tools.osacatrunk.type=postcompilation
tools.osacatrunk.class=osaca-tool
tools.osacatrunk.stdinHint=disabled

tools.pahole.name=pahole
tools.pahole.exe=/opt/compiler-explorer/pahole/bin/pahole
tools.pahole.type=postcompilation
tools.pahole.class=pahole-tool
tools.pahole.languageId=cppp
tools.pahole.stdinHint=disabled