Skip to content

Commit c00ca0e

Browse files
committed
Remove redundant middle_end/dune file and commented-out section from backend/dune
1 parent af9cbbd commit c00ca0e

File tree

2 files changed

+0
-94
lines changed

2 files changed

+0
-94
lines changed

backend/dune

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -42,36 +42,3 @@
4242
(progn
4343
(bash "echo \\# 1 \\\"`cat contains-input-name`\\\"")
4444
(bash "%{dep:../ocaml/tools/cvt_emit.exe} < `cat contains-input-name`"))))))
45-
46-
; Moved to toplevel dune file -- see comment there.
47-
;
48-
; Since there are files with the same name in more than one directory,
49-
; e.g. proc.ml, then we can't use "include_subdirs unqualified". Instead we
50-
; extract the files manually from subdirectories.
51-
;(copy_files debug/*.ml{,i})
52-
;
53-
;(library
54-
; (name ocamloptcomp)
55-
; (public_name flambda_backend.ocamloptcomp)
56-
; (wrapped false) ; also for compatibility with existing code
57-
; (modes byte native)
58-
; ; We should change the code so this "-open" can be removed.
59-
; ; Likewise fix occurrences of warning 9.
60-
; (flags (:standard -principal -nostdlib -w -9))
61-
; (modules_without_implementation x86_ast)
62-
; ; The driver should be in here too, if we want to match upstream.
63-
; (modules
64-
; ;; asmcomp/
65-
; afl_instrument arch asmgen asmlibrarian asmlink asmpackager
66-
; branch_relaxation branch_relaxation_intf cmm_helpers cmm cmmgen
67-
; cmmgen_state coloring comballoc CSE CSEgen deadcode emit
68-
; emitaux interf interval linear linearize linscan liveness mach printcmm
69-
; printlinear printmach proc reg reload reloadgen schedgen scheduling
70-
; selectgen selection spacetime_profiling spill split strmatch x86_ast
71-
; x86_dsl x86_gas x86_masm x86_proc
72-
;
73-
; ;; asmcomp/debug/
74-
; reg_availability_set compute_ranges_intf available_regs reg_with_debug_info
75-
; compute_ranges)
76-
; (libraries ocaml.ocamlcommon flambda_backend.ocamlmiddleend ocaml.stdlib))
77-
;

middle_end/dune

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)