mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
Adds the sway compiler version `0.68.9`. Corresponding PR in the infra repo: https://github.com/compiler-explorer/infra/pull/1701
28 lines
632 B
Properties
28 lines
632 B
Properties
# Basic language definition
|
|
language.sway.name=sway
|
|
language.sway.extensions=.sw
|
|
language.sway.monaco=sway
|
|
|
|
# Add IR language definition
|
|
language.sway-ir.name=Sway IR
|
|
language.sway-ir.monaco=rust
|
|
|
|
# Compiler settings
|
|
compilers=&sway
|
|
defaultCompiler=swayv0689
|
|
compilerType=sway-compiler
|
|
|
|
# Define compiler setup
|
|
group.sway.compilers=swayv0667:swayv0689
|
|
group.sway.groupName=Sway compilers
|
|
group.sway.compilerType=sway-compiler
|
|
group.sway.supportsIrView=true
|
|
group.sway.irArg=--ir final
|
|
group.sway.supportsBinary=false
|
|
group.sway.asmArg=--asm all
|
|
group.sway.versionFlag=--version
|
|
group.sway.isSemVer=true
|
|
|
|
# No libs support yet
|
|
libs=
|