diff options
author | Sverker Eriksson <[email protected]> | 2015-08-31 17:02:20 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2015-08-31 17:02:20 +0200 |
commit | 7ca6ef08b9cc7f29868afb22db9a67dc1068f12e (patch) | |
tree | fd0d3e3d9a912235f1cb4509fa40b46f9d8e2cdc /lib/hipe/llvm/hipe_llvm_merge.erl | |
parent | 484365775a8c780af8e77864ec8a0f4335a5ae38 (diff) | |
parent | 3af9e6ef9bd6a9e9faf0e5bf683f4f1c5c0c0ca9 (diff) | |
download | otp-7ca6ef08b9cc7f29868afb22db9a67dc1068f12e.tar.gz otp-7ca6ef08b9cc7f29868afb22db9a67dc1068f12e.tar.bz2 otp-7ca6ef08b9cc7f29868afb22db9a67dc1068f12e.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/hipe/llvm/hipe_llvm_merge.erl')
-rw-r--r-- | lib/hipe/llvm/hipe_llvm_merge.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/llvm/hipe_llvm_merge.erl b/lib/hipe/llvm/hipe_llvm_merge.erl index 3ababfc21a..6e891ac3b0 100644 --- a/lib/hipe/llvm/hipe_llvm_merge.erl +++ b/lib/hipe/llvm/hipe_llvm_merge.erl @@ -27,7 +27,7 @@ finalize(CompiledCode, Closures, Exports) -> DataRelocs = hipe_pack_constants:mk_data_relocs(RefsFromConsts, LabelMap), SSE = hipe_pack_constants:slim_sorted_exportmap(ExportMap, Closures, Exports), SlimRefs = hipe_pack_constants:slim_refs(AccRefs), - term_to_binary([{?VERSION_STRING(),?HIPE_SYSTEM_CRC}, + term_to_binary([{?VERSION_STRING(),?HIPE_ERTS_CHECKSUM}, ConstAlign, ConstSize, SC, % ConstMap DataRelocs, % LabelMap |