aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/lib/compiler/ebin/compiler.app
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2018-10-01 11:55:01 +0200
committerBjörn Gustavsson <[email protected]>2018-10-01 11:55:54 +0200
commitb7f129755def52f2d321faf956e8dd3015418972 (patch)
tree5cee33b7c39bb75fae7fbe3184973d847dd08308 /bootstrap/lib/compiler/ebin/compiler.app
parent5c5428bbf40b3f5c1c6f642c1b49a84c6f364d5b (diff)
downloadotp-b7f129755def52f2d321faf956e8dd3015418972.tar.gz
otp-b7f129755def52f2d321faf956e8dd3015418972.tar.bz2
otp-b7f129755def52f2d321faf956e8dd3015418972.zip
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/compiler/ebin/compiler.app')
-rw-r--r--bootstrap/lib/compiler/ebin/compiler.app4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/lib/compiler/ebin/compiler.app b/bootstrap/lib/compiler/ebin/compiler.app
index d83ca1a995..028ee62b42 100644
--- a/bootstrap/lib/compiler/ebin/compiler.app
+++ b/bootstrap/lib/compiler/ebin/compiler.app
@@ -19,13 +19,12 @@
{application, compiler,
[{description, "ERTS CXC 138 10"},
- {vsn, "7.2.4"},
+ {vsn, "7.2.5"},
{modules, [
beam_a,
beam_asm,
beam_block,
beam_bs,
- beam_bsm,
beam_clean,
beam_dict,
beam_disasm,
@@ -37,6 +36,7 @@
beam_opcodes,
beam_peep,
beam_ssa,
+ beam_ssa_bsm,
beam_ssa_codegen,
beam_ssa_dead,
beam_ssa_lint,