File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -6162,9 +6162,12 @@ driver/opterrors.cmx : \
6162
6162
driver/opterrors.cmi
6163
6163
driver/opterrors.cmi :
6164
6164
driver/optmain.cmo : \
6165
- driver/optmaindriver.cmi
6165
+ driver/optmaindriver.cmi \
6166
+ driver/optmain.cmi
6166
6167
driver/optmain.cmx : \
6167
- driver/optmaindriver.cmx
6168
+ driver/optmaindriver.cmx \
6169
+ driver/optmain.cmi
6170
+ driver/optmain.cmi :
6168
6171
driver/optmaindriver.cmo : \
6169
6172
utils/warnings.cmi \
6170
6173
utils/profile.cmi \
Original file line number Diff line number Diff line change
1
+ (* *************************************************************************)
2
+ (* *)
3
+ (* OCaml *)
4
+ (* *)
5
+ (* Sebastien Hinderer, projet Cambium, INRIA Paris *)
6
+ (* *)
7
+ (* Copyright 2022 Institut National de Recherche en Informatique et *)
8
+ (* en Automatique. *)
9
+ (* *)
10
+ (* All rights reserved. This file is distributed under the terms of *)
11
+ (* the GNU Lesser General Public License version 2.1, with the *)
12
+ (* special exception on linking described in the file LICENSE. *)
13
+ (* *)
14
+ (* *************************************************************************)
15
+
16
+ (* Interface to the native compiler's main module *)
17
+
18
+ (* This interface file is empty because driver/optmain.ml only runs
19
+ code during initialisation and exports nothing *)
You can’t perform that action at this time.
0 commit comments