summaryrefslogtreecommitdiff
path: root/lib/compiler/src/Makefile
diff options
context:
space:
mode:
authorBjörn Gustavsson <bjorn@erlang.org>2020-11-06 07:36:50 +0100
committerBjörn Gustavsson <bjorn@erlang.org>2020-11-24 13:56:49 +0100
commita6ecaf8b937449b6f6de67efaee6b2460fffc8ec (patch)
treec07af118915f3ad6275a609b7d57c70cca6f94e7 /lib/compiler/src/Makefile
parent1366df792f993c0f1674b9b1937199dc1f036778 (diff)
downloaderlang-a6ecaf8b937449b6f6de67efaee6b2460fffc8ec.tar.gz
v3_core: Raise clearer exceptions when generators are bad
Raise a `{bad_generator,Generator}` exception when a generator is bad instead of some ad-hoc exception. To implement this in a clean way, the calculation of size of binary comprehension will be moved out of `v3_core` and into a new SSA-based pass.
Diffstat (limited to 'lib/compiler/src/Makefile')
-rw-r--r--lib/compiler/src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compiler/src/Makefile b/lib/compiler/src/Makefile
index 712f795601..f4600c35f8 100644
--- a/lib/compiler/src/Makefile
+++ b/lib/compiler/src/Makefile
@@ -60,6 +60,7 @@ MODULES = \
beam_opcodes \
beam_peep \
beam_ssa \
+ beam_ssa_bc_size \
beam_ssa_bool \
beam_ssa_bsm \
beam_ssa_codegen \