mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
32 lines
1.0 KiB
Properties
32 lines
1.0 KiB
Properties
compilers=&cppx_gold
|
|
defaultCompiler=cppx_gold_trunk
|
|
demangler=/opt/compiler-explorer/gcc-snapshot/bin/c++filt
|
|
objdumper=/opt/compiler-explorer/gcc-snapshot/bin/objdump
|
|
|
|
group.cppx_gold.groupName=Clang
|
|
group.cppx_gold.compilers=cppx_gold_trunk
|
|
|
|
compiler.cppx_gold_trunk.exe=/opt/compiler-explorer/clang-cppx-ext-trunk/bin/clang++
|
|
compiler.cppx_gold_trunk.name=Latest trunk
|
|
compiler.cppx_gold_trunk.options=--gcc-toolchain=/opt/compiler-explorer/gcc-snapshot
|
|
compiler.cppx_gold_trunk.isNightly=true
|
|
|
|
|
|
#################################
|
|
#################################
|
|
# Installed tools
|
|
|
|
tools=llvm-mcatrunk:osacatrunk
|
|
|
|
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.7.1)
|
|
tools.osacatrunk.exe=/opt/compiler-explorer/osaca-0.7.1/bin/osaca
|
|
tools.osacatrunk.type=postcompilation
|
|
tools.osacatrunk.class=osaca-tool
|
|
tools.osacatrunk.stdinHint=disabled
|