mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
29 lines
716 B
Properties
29 lines
716 B
Properties
compilers=rustc
|
|
supportsBinary=true
|
|
supportsBinaryObject=true
|
|
compilerType=rust
|
|
demangler=c++filt
|
|
demanglerArgs=--format=rust
|
|
objdumper=objdump
|
|
stubRe=\bmain\b
|
|
stubText=pub fn main() {/*stub provided by Compiler Explorer*/}
|
|
binaryHideFuncRe=^(_.*|call_gmon_start|(de)?register_tm_clones|frame_dummy|.*@plt.*)$
|
|
|
|
# short form of `--version --verbose`
|
|
versionFlag=-vV
|
|
|
|
|
|
#################################
|
|
#################################
|
|
# Installed libs (See c++.amazon.properties for a scheme of libs group)
|
|
libs=
|
|
|
|
tools=clippy
|
|
|
|
tools.clippy.name=Clippy
|
|
# overridden by `runTool`
|
|
tools.clippy.exe=/usr/bin/clippy-driver
|
|
tools.clippy.type=postcompilation
|
|
tools.clippy.class=clippy-tool
|
|
tools.clippy.stdinHint=disabled
|