summaryrefslogtreecommitdiff
path: root/extraction
diff options
context:
space:
mode:
Diffstat (limited to 'extraction')
-rw-r--r--extraction/extraction.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/extraction/extraction.v b/extraction/extraction.v
index 6b93db2..b9f684e 100644
--- a/extraction/extraction.v
+++ b/extraction/extraction.v
@@ -97,6 +97,8 @@ Extract Constant Compiler.print_RTL => "PrintRTL.print_if".
Extract Constant Compiler.print_LTL => "PrintLTL.print_if".
Extract Constant Compiler.print_Mach => "PrintMach.print_if".
Extract Constant Compiler.print => "fun (f: 'a -> unit) (x: 'a) -> f x; x".
+Extract Constant Compiler.time => "Clflags.time_coq".
+
(*Extraction Inline Compiler.apply_total Compiler.apply_partial.*)
(* Processor-specific extraction directives *)