aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Frontend.mli
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2016-06-24 13:57:27 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2016-06-24 13:57:27 +0200
commit410a5db3d48e84f2157c2c4f4bc29056c0e174b9 (patch)
tree800974ebbe73921f27c0c563e56eb0c899efd7f5 /driver/Frontend.mli
parent01354123b9df5d3cbb9d43298eea94ddda30acdf (diff)
downloadcompcert-kvx-410a5db3d48e84f2157c2c4f4bc29056c0e174b9.tar.gz
compcert-kvx-410a5db3d48e84f2157c2c4f4bc29056c0e174b9.zip
Moved assembler and linker into own files.
The function to call the assembler and the linker are now in own files like the preprocessor. Bug 19197
Diffstat (limited to 'driver/Frontend.mli')
-rw-r--r--driver/Frontend.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/Frontend.mli b/driver/Frontend.mli
index 689f382f..d0514d01 100644
--- a/driver/Frontend.mli
+++ b/driver/Frontend.mli
@@ -21,3 +21,4 @@ val prepro_actions: (Commandline.pattern * Commandline.action) list
(** Commandline optins affecting the frontend *)
val prepro_help: string
+ (** Commandline help description *)