mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
With the upcoming gcc 13 release and its shiny Modula-2 frontend, we are introducing Modula-2 support in Compiler Explorer :) Currently, only the gcc-snapshot build supports modula-2. fixes #4688 Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
16 lines
407 B
Properties
16 lines
407 B
Properties
# Default settings for modula2
|
|
compilers=:&gcc
|
|
defaultCompiler=gdefault
|
|
demangler=c++filt
|
|
objdumper=objdump
|
|
postProcess=
|
|
supportsBinary=true
|
|
supportsBinaryObject=true
|
|
binaryHideFuncRe=^(__.*|_(init|start|fini)|(de)?register_tm_clones|call_gmon_start|frame_dummy|\.plt.*)$
|
|
supportsLibraryCodeFilter=true
|
|
|
|
group.gcc.compilers=cgdefault
|
|
compiler.cgdefault.exe=/usr/bin/gm2
|
|
compiler.cgdefault.name=gcc default
|
|
|