Skip to content

Commit

Permalink
Hide gcc static analysis compiler (#4267)
Browse files Browse the repository at this point in the history
The GCC compiler for "static analysis" was used before the work was merged in
GCC's trunk. There's no need to track the `devel/analyzer` branch anymore.

The C++ compiler is already hidden (d5b0e20).
This changes does the same for the C compiler.

fixes #4256

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
  • Loading branch information
dkm authored and mattgodbolt committed Dec 20, 2022
1 parent b7270bf commit e223439
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/config/c.amazon.properties
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ compiler.cgsnapshot.exe=/opt/compiler-explorer/gcc-snapshot/bin/gcc
compiler.cgsnapshot.demangler=/opt/compiler-explorer/gcc-snapshot/bin/c++filt
compiler.cgsnapshot.objdumper=/opt/compiler-explorer/gcc-snapshot/bin/objdump
compiler.cgsnapshot.semver=(trunk)

compiler.cgstatic-analysis.hidden=true
compiler.cgstatic-analysis.exe=/opt/compiler-explorer/gcc-static-analysis-trunk/bin/gcc
compiler.cgstatic-analysis.demangler=/opt/compiler-explorer/gcc-snapshot/bin/c++filt
compiler.cgstatic-analysis.objdumper=/opt/compiler-explorer/gcc-snapshot/bin/objdump
Expand Down

0 comments on commit e223439

Please sign in to comment.