package ocaml-solo5-cross-aarch64

  1. Overview
  2. Docs
OCaml cross-compiler to the freestanding 64-bit ARM Solo5 backend

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v1.2.2.tar.gz
sha512=7a6a0e2c1c9b2b64b87eb558e36365a0d142933d406efe125bb52ba29d2d570980aec98328e93527548ef16a3e9d4142380b86d1391fed0419cd446a1b101ac1

doc/compiler-libs.common/Clflags/Dump_option/index.html

Module Clflags.Dump_option

type t =
  1. | Source
  2. | Parsetree
  3. | Typedtree
  4. | Shape
  5. | Match_comp
  6. | Raw_lambda
  7. | Lambda
  8. | Instr
  9. | Raw_clambda
  10. | Clambda
  11. | Raw_flambda
  12. | Flambda
  13. | Cmm
  14. | Selection
  15. | Combine
  16. | CSE
  17. | Live
  18. | Spill
  19. | Split
  20. | Interf
  21. | Prefer
  22. | Regalloc
  23. | Scheduling
  24. | Linear
  25. | Interval
val compare : t -> t -> int
val of_string : string -> t option
val to_string : t -> string
val flag : t -> bool ref
val available : t -> (unit, string) Result.t