Skip to content

Commit

Permalink
Resolve conflicts in driver/ mlis
Browse files Browse the repository at this point in the history
  • Loading branch information
ncik-roberts committed Oct 19, 2023
1 parent 2fabc85 commit fb9561e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
6 changes: 0 additions & 6 deletions driver/compmisc.mli
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,10 @@ val initial_env : unit -> Env.t
val set_from_env : 'a option ref -> 'a Clflags.env_reader -> unit
val read_clflags_from_env : unit -> unit

<<<<<<< HEAD
val with_ppf_dump : ?stdout:unit ->
file_prefix:string -> (Format.formatter -> 'a) -> 'a
||||||| merged common ancestors
val with_ppf_dump : file_prefix:string -> (Format.formatter -> 'a) -> 'a
=======
val with_ppf_dump : file_prefix:string -> (Format.formatter -> 'a) -> 'a

val auto_include : Load_path.auto_include_callback
(** [auto_include find_in_dir fn] is a callback function to be passed to
{!Load_path.init} and automatically adds [-I +lib] to the load path after
displaying an alert. *)
>>>>>>> ocaml/5.1
11 changes: 0 additions & 11 deletions driver/main_args.mli
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,9 @@ module type Common_options = sig
val _no_strict_formats : unit -> unit
val _unboxed_types : unit -> unit
val _no_unboxed_types : unit -> unit
<<<<<<< HEAD
val _unsafe_string : unit -> unit
val _verbose_types : unit -> unit
val _no_verbose_types : unit -> unit
||||||| merged common ancestors
val _unsafe_string : unit -> unit
=======
>>>>>>> ocaml/5.1
val _version : unit -> unit
val _vnum : unit -> unit
val _w : string -> unit
Expand Down Expand Up @@ -252,15 +247,9 @@ module type Optcomp_options = sig
val _afl_inst_ratio : int -> unit
val _function_sections : unit -> unit
val _save_ir_after : string -> unit
<<<<<<< HEAD
val _probes : unit -> unit
val _no_probes : unit -> unit
end;;
||||||| merged common ancestors
end;;
=======
end
>>>>>>> ocaml/5.1

module type Opttop_options = sig
include Toplevel_options
Expand Down

0 comments on commit fb9561e

Please sign in to comment.