mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
Fixes #4947. I could not find existing checks, so I added something in the compiler finder. The implementation is not as elegant as I'd hoped, but it gets the job done.
17 lines
434 B
Properties
17 lines
434 B
Properties
# Default settings for cppx-gold
|
|
compilers=&gcc
|
|
|
|
group.gcc.compilers=golddefault
|
|
compiler.golddefault.exe=/usr/bin/clang-gold
|
|
compiler.golddefault.name=clang default
|
|
defaultCompiler=golddefault
|
|
postProcess=
|
|
demangler=c++filt
|
|
demanglerType=cpp
|
|
objdumper=objdump
|
|
options=
|
|
supportsBinary=true
|
|
binaryHideFuncRe=^(__.*|_(init|start|fini)|(de)?register_tm_clones|call_gmon_start|frame_dummy|\.plt.*)$
|
|
stubRe=\bmain\b
|
|
stubText=main() : int!
|