Module Integration.Bitcode

type compiler =
  1. | Clang
  2. | Swiftc
val capture : compiler -> command:string -> args:string list -> unit
val direct_bitcode_capture : sources:string list -> bitcode:string -> unit