blob: d42ac972e9e2bd9b9f1010b31d37666a36660823 (
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
|
compilers=&cppx_blue
defaultCompiler=cppx_blue_trunk
demangler=/opt/compiler-explorer/gcc-snapshot/bin/c++filt
objdumper=/opt/compiler-explorer/gcc-snapshot/bin/objdump
group.cppx_blue.groupName=Clang
group.cppx_blue.compilers=cppx_blue_trunk
compiler.cppx_blue_trunk.exe=/opt/compiler-explorer/clang-cppx-ext-trunk/bin/clang++
compiler.cppx_blue_trunk.name=Latest trunk
compiler.cppx_blue_trunk.options=--gcc-toolchain=/opt/compiler-explorer/gcc-snapshot -Xclang -freflection -I/opt/compiler-explorer/clang-cppx-trunk/include
compiler.cppx_blue_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.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
|