summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBjörn Gustavsson <bjorn@erlang.org>2020-03-06 10:30:55 +0100
committerBjörn Gustavsson <bjorn@erlang.org>2020-03-18 14:09:02 +0100
commit6e3d3505369e685a3ccdcc7452a82312442576a6 (patch)
tree8999e434f31851f3ef9d182639e51f8f7d2c007c /.gitignore
parent1d276b1156cde5e096d2f9e9753dd8dea8bb210d (diff)
downloaderlang-6e3d3505369e685a3ccdcc7452a82312442576a6.tar.gz
test/Makefile: Add a no_copt category of cloned test modules
It turns out that disabling only the Core Erlang optimizations but running all other passes exposes new bugs in the SSA optimization passes.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f06f8291f4..661d788b95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -254,6 +254,7 @@ JAVADOC-GENERATED
/lib/compiler/src/core_parse.erl
/lib/compiler/test/*_no_opt_SUITE.erl
+/lib/compiler/test/*_no_copt_SUITE.erl
/lib/compiler/test/*_no_ssa_opt_SUITE.erl
/lib/compiler/test/*_post_opt_SUITE.erl
/lib/compiler/test/*_inline_SUITE.erl