blob: 08a10d8d803d5ac2761ce5c98f878661247d0234 [file] [log] [blame] [raw]
compilers=&zig
defaultCompiler=z080
# When adding a compiler here, please add it in the &zigcc and &zigcxx compiler groups too (C and C++ files, respectively)
group.zig.compilers=ztrunk:z020:z030:z040:z050:z060:z070:z071:z080
group.zig.objdumper=/opt/compiler-explorer/gcc-11.1.0/bin/objdump
group.zig.isSemVer=true
group.zig.baseName=zig
group.zig.compilerType=zig
group.zig.versionFlag=version
compiler.ztrunk.exe=/opt/compiler-explorer/zig-master/zig
compiler.ztrunk.semver=trunk
compiler.z020.exe=/opt/compiler-explorer/zig-0.2.0/zig
compiler.z020.semver=0.2.0
compiler.z020.options=--zig-install-prefix /opt/compiler-explorer/zig-0.2.0
compiler.z030.exe=/opt/compiler-explorer/zig-0.3.0/zig
compiler.z030.semver=0.3.0
compiler.z040.exe=/opt/compiler-explorer/zig-0.4.0/zig
compiler.z040.semver=0.4.0
compiler.z050.exe=/opt/compiler-explorer/zig-0.5.0/zig
compiler.z050.semver=0.5.0
compiler.z060.exe=/opt/compiler-explorer/zig-0.6.0/zig
compiler.z060.semver=0.6.0
compiler.z070.exe=/opt/compiler-explorer/zig-0.7.0/zig
compiler.z070.semver=0.7.0
compiler.z071.exe=/opt/compiler-explorer/zig-0.7.1/zig
compiler.z071.semver=0.7.1
compiler.z080.exe=/opt/compiler-explorer/zig-0.8.0/zig
compiler.z080.semver=0.8.0
#################################
#################################
# Installed libs (See c++.amazon.properties for a scheme of libs group)
libs=zigargs
libs.zigargs.name=args
libs.zigargs.url=https://github.com/MasterQ32/zig-args
libs.zigargs.description=Zig Argument Parser
libs.zigargs.versions=trunk:01
libs.zigargs.versions.trunk.version=trunk
libs.zigargs.versions.trunk.path=/opt/compiler-explorer/libs/zig-args/trunk/args.zig
libs.zigargs.versions.01.version=0.1.0
libs.zigargs.versions.01.path=/opt/compiler-explorer/libs/zig-args/0.1/args.zig
#################################
#################################
# Installed tools
tools=llvm-mcatrunk:osacatrunk
tools.llvm-mcatrunk.name=llvm-mca
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.4.3)
tools.osacatrunk.exe=/opt/compiler-explorer/osaca-0.4.3/bin/osaca
tools.osacatrunk.type=postcompilation
tools.osacatrunk.class=osaca-tool
tools.osacatrunk.stdinHint=disabled