Integration.Bitcode
type compiler =
| Clang
| Swiftc
val capture : compiler -> command:string -> args:string list -> unit
val capture_llair : source_file:string -> llair_file:string -> unit