blob: 796871ec268044a5124ccb6e355b1214b4546adf [file] [log] [blame] [raw]
compilers=&irclang:&llc:&opt
defaultCompiler=llctrunk
demangler=/opt/compiler-explorer/gcc-7.2.0/bin/c++filt
objdumper=/opt/compiler-explorer/gcc-8.1.0/bin/objdump
group.irclang.compilers=irclang500:irclangtrunk
group.irclang.intelAsm=-masm=intel
group.irclang.groupName=Clang x86-64
group.irclang.options=-x ir
group.irclang.isSemVer=true
group.irclang.baseName=clang
compiler.ircclang401.exe=/opt/compiler-explorer/clang-4.0.1/bin/clang++
compiler.ircclang401.semver=4.0.1
compiler.irclang500.exe=/opt/compiler-explorer/clang-5.0.0/bin/clang++
compiler.irclang500.semver=5.0.0
compiler.irclangtrunk.exe=/opt/compiler-explorer/clang-trunk/bin/clang++
compiler.irclangtrunk.semver=(trunk)
group.llc.compilers=llc401:llc500:llctrunk
group.llc.compilerType=llc
group.llc.supportsExecute=false
group.llc.intelAsm=-masm=intel
group.llc.groupName=LLVM Static Compiler
group.llc.versionRe=LLVM version .*
group.llc.isSemVer=true
group.llc.baseName=llc
compiler.llc401.exe=/opt/compiler-explorer/clang-4.0.1/bin/llc
compiler.llc401.semver=4.0.1
compiler.llc500.exe=/opt/compiler-explorer/clang-5.0.0/bin/llc
compiler.llc500.semver=5.0.0
compiler.llctrunk.exe=/opt/compiler-explorer/clang-trunk/bin/llc
compiler.llctrunk.semver=(trunk)
group.opt.compilers=opt401:opt500:opttrunk
group.opt.compilerType=opt
group.opt.supportsBinary=false
group.opt.supportsExecute=false
group.opt.groupName=LLVM optimizer
group.opt.versionRe=LLVM version .*
group.opt.isSemVer=true
group.opt.baseName=opt
compiler.opt401.exe=/opt/compiler-explorer/clang-4.0.1/bin/opt
compiler.opt401.semver=4.0.1
compiler.opt500.exe=/opt/compiler-explorer/clang-5.0.0/bin/opt
compiler.opt500.semver=5.0.0
compiler.opttrunk.exe=/opt/compiler-explorer/clang-trunk/bin/opt
compiler.opttrunk.semver=(trunk)