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 committed Nov 10, 2022
1 parent fc53632 commit 88288b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/config/c.amazon.properties
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 88288b2

Please sign in to comment.