diff options
author | Marc Poulhiès <dkm@kataplop.net> | 2021-11-21 14:18:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-21 14:18:25 +0100 |
commit | 177fee0739be0765ff89ee5d3f1d135e62906883 (patch) | |
tree | b1e242595b2cf1996691706c0378f81cd2b2d5a0 /lib/compilers/erlang.js | |
parent | 20ebcf7417a6a3001eafdf8745f4e316fb73198d (diff) | |
download | compiler-explorer-177fee0739be0765ff89ee5d3f1d135e62906883.tar.gz compiler-explorer-177fee0739be0765ff89ee5d3f1d135e62906883.zip |
Enable the GCC dump for the rustc using GCC backend (#3109)gh-1285
Beware that the way it is working causes several dump files to be empty. The
list of potential files is based on `-fdump-passes` output, but during the
actual compilation, some passes may or may not emit something (eg. a passe may
not be executed at all because it's not applicable). The drop down list will
contain some dump names that will simply display message like:
Pass 'cselim (tree)' was requested
but nothing was dumped. Possible causes are:
- pass is not valid in this (maybe you changed the compiler options);
- pass is valid but did not emit anything (eg. it was not executed).
This is expected and until someone has a better idea, this will be the case :)
fixes: #2868
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
Diffstat (limited to 'lib/compilers/erlang.js')
0 files changed, 0 insertions, 0 deletions