Module Integration.Bitcode

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