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