mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Hi dear godbolt team, > Before opening the PR, please make sure that the tests & linter pass their checks, > by running `make check`. With this pr i added support for the ylc compiler. Infra-PR: https://github.com/compiler-explorer/infra/pull/1441
16 lines
532 B
INI
16 lines
532 B
INI
compilers=&ylc_compilers
|
|
defaultCompiler=ylc_newest
|
|
objdumper=/opt/compiler-explorer/clang-18.1.0/bin/llvm-objdump
|
|
objdumperType=llvm
|
|
|
|
group.ylc_compilers.compilers=ylc_newest
|
|
group.ylc_compilers.compilerType=ylc
|
|
group.ylc_compilers.options=
|
|
group.ylc_compilers.supportsBinary=false
|
|
group.ylc_compilers.supportsBinaryObject=false
|
|
group.ylc_compilers.versionFlag=--version
|
|
group.ylc_compilers.isSemVer=true
|
|
group.ylc_compilers.baseName=ylc
|
|
|
|
compiler.ylc_newest.exe=/opt/compiler-explorer/ygen/bin/ylc
|
|
compiler.ylc_newest.semver=0.0.0 |