aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/lib/compiler/ebin/compiler.app
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2018-09-19 09:54:14 +0200
committerBjörn Gustavsson <[email protected]>2018-09-19 09:55:23 +0200
commitc6c86e7a8594de25268bdd455a2dce8e8b4f6a51 (patch)
tree3e7e87cd8c56a266922077a2f1c66245f57216f2 /bootstrap/lib/compiler/ebin/compiler.app
parent70cb8976c37f6e37fdf969c434e547fde742642f (diff)
downloadotp-c6c86e7a8594de25268bdd455a2dce8e8b4f6a51.tar.gz
otp-c6c86e7a8594de25268bdd455a2dce8e8b4f6a51.tar.bz2
otp-c6c86e7a8594de25268bdd455a2dce8e8b4f6a51.zip
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/compiler/ebin/compiler.app')
-rw-r--r--bootstrap/lib/compiler/ebin/compiler.app5
1 files changed, 2 insertions, 3 deletions
diff --git a/bootstrap/lib/compiler/ebin/compiler.app b/bootstrap/lib/compiler/ebin/compiler.app
index d66ffe29b6..d83ca1a995 100644
--- a/bootstrap/lib/compiler/ebin/compiler.app
+++ b/bootstrap/lib/compiler/ebin/compiler.app
@@ -19,7 +19,7 @@
{application, compiler,
[{description, "ERTS CXC 138 10"},
- {vsn, "7.2.3"},
+ {vsn, "7.2.4"},
{modules, [
beam_a,
beam_asm,
@@ -27,7 +27,6 @@
beam_bs,
beam_bsm,
beam_clean,
- beam_dead,
beam_dict,
beam_disasm,
beam_except,
@@ -39,13 +38,13 @@
beam_peep,
beam_ssa,
beam_ssa_codegen,
+ beam_ssa_dead,
beam_ssa_lint,
beam_ssa_opt,
beam_ssa_pp,
beam_ssa_pre_codegen,
beam_ssa_recv,
beam_ssa_type,
- beam_split,
beam_trim,
beam_utils,
beam_validator,