aboutsummaryrefslogtreecommitdiffstats
path: root/exportclight
diff options
context:
space:
mode:
authorMichael Schmidt <github@mschmidt.me>2016-04-25 17:42:27 +0200
committerMichael Schmidt <github@mschmidt.me>2016-04-25 17:42:27 +0200
commitcf3f9615d79e0cbe4eb146c08e2c0802e1e3f033 (patch)
tree438e6fb04fba0ee67ae7fbdfc578124278ac4469 /exportclight
parentd2c668e9f2c3d098fc4267764b4e968b6d88a7b9 (diff)
downloadcompcert-kvx-cf3f9615d79e0cbe4eb146c08e2c0802e1e3f033.tar.gz
compcert-kvx-cf3f9615d79e0cbe4eb146c08e2c0802e1e3f033.zip
bug 18004, fix file extensions for dparse option
Diffstat (limited to 'exportclight')
-rw-r--r--exportclight/Clightgen.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exportclight/Clightgen.ml b/exportclight/Clightgen.ml
index d917032e..cbc2d8c4 100644
--- a/exportclight/Clightgen.ml
+++ b/exportclight/Clightgen.ml
@@ -211,7 +211,7 @@ Language support options (use -fno-<opt> to turn off -f<opt>) :
-fall Activate all language support options above
-fnone Turn off all language support options above
Tracing options:
- -dparse Save C file after parsing and elaboration in <file>.parse.c
+ -dparse Save C file after parsing and elaboration in <file>.parsed.c
-dc Save generated Compcert C in <file>.compcert.c
-dclight Save generated Clight in <file>.light.c
General options: