mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Hi, this PR adds a way to view the assembly code of Elixir code. This continue the work from #6081 and #6104
29 lines
741 B
Properties
29 lines
741 B
Properties
# Default settings for Elixir
|
|
compilers=&elixir:&elixirasm
|
|
|
|
versionFlag=--short-version
|
|
objdumper=
|
|
|
|
group.elixir.compilers=elixirdefault
|
|
group.elixir.compilerType=elixir
|
|
group.elixir.instructionSet=beam
|
|
compiler.elixirdefault.exe=/urs/bin/elixir
|
|
compiler.elixirdefault.runtime=/urs/bin/elixir
|
|
compiler.elixirdefault.name=elixirc default
|
|
|
|
group.elixirasm.compilers=elixirasmdefault
|
|
group.elixirasm.compilerType=elixirasm
|
|
group.elixirasm.instructionSet=amd64
|
|
compiler.elixirasmdefault.exe=/urs/bin/elixir
|
|
compiler.elixirasmdefault.runtime=/urs/bin/elixir
|
|
compiler.elixirasmdefault.name=elixirc default
|
|
|
|
defaultCompiler=elixirdefault
|
|
demangler=
|
|
postProcess=
|
|
options=
|
|
supportsBinary=false
|
|
needsMulti=false
|
|
supportsExecute=false
|
|
interpreted=true
|