summaryrefslogtreecommitdiff
path: root/compilerlibs
diff options
context:
space:
mode:
authorGreta Yorsh <45005955+gretay-js@users.noreply.github.com>2020-10-07 11:32:40 +0100
committerGitHub <noreply@github.com>2020-10-07 11:32:40 +0100
commit04bceec6cc14f3f7aeff330c69dcbf6d2fa76562 (patch)
tree9cc8916f2c8b3606f796437ed693d4e83818aceb /compilerlibs
parenteb342da8a9cdbce0760b91c9b9d5e682ed0d4496 (diff)
downloadocaml-04bceec6cc14f3f7aeff330c69dcbf6d2fa76562.tar.gz
Save Linear IR before emit (#8939)
* Save IR before emit * Update .depend for linear_format * Test for -save-ir-after command-line option * Address review comments * Add Changes entry
Diffstat (limited to 'compilerlibs')
-rw-r--r--compilerlibs/Makefile.compilerlibs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compilerlibs/Makefile.compilerlibs b/compilerlibs/Makefile.compilerlibs
index 6e29c2e914..5476145f36 100644
--- a/compilerlibs/Makefile.compilerlibs
+++ b/compilerlibs/Makefile.compilerlibs
@@ -145,6 +145,7 @@ ASMCOMP=\
asmcomp/reloadgen.cmo asmcomp/reload.cmo \
asmcomp/deadcode.cmo \
asmcomp/linear.cmo asmcomp/printlinear.cmo asmcomp/linearize.cmo \
+ file_formats/linear_format.cmo \
asmcomp/debug/available_regs.cmo \
asmcomp/debug/compute_ranges_intf.cmo \
asmcomp/debug/compute_ranges.cmo \