aboutsummaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2019-05-06 18:54:31 +0200
committerXavier Leroy <xavierleroy@users.noreply.github.com>2019-05-10 14:44:26 +0200
commit1e821bc1f1fb7a6b73ff1468b8b34f61b78cf304 (patch)
treea2d328363060dbf84fc264f9c9a22d5674ae420d /debug
parentdf81fb38c941852919246371840c5fdb003ad0fb (diff)
downloadcompcert-kvx-1e821bc1f1fb7a6b73ff1468b8b34f61b78cf304.tar.gz
compcert-kvx-1e821bc1f1fb7a6b73ff1468b8b34f61b78cf304.zip
Change to AbsInt version string.
The AbsInt build number no longer contains "release", so it must be printed additionally.
Diffstat (limited to 'debug')
-rw-r--r--debug/Dwarfgen.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/Dwarfgen.ml b/debug/Dwarfgen.ml
index 50063df8..0004e901 100644
--- a/debug/Dwarfgen.ml
+++ b/debug/Dwarfgen.ml
@@ -544,7 +544,7 @@ let diab_file_loc sec (f,l) =
let prod_name =
let version_string =
if Version.buildnr <> "" && Version.tag <> "" then
- Printf.sprintf "%s, Build: %s, Tag: %s" Version.version Version.buildnr Version.tag
+ Printf.sprintf "Release: %s, Build: %s, Tag: %s" Version.version Version.buildnr Version.tag
else
Version.version in
Printf.sprintf "AbsInt Angewandte Informatik GmbH:CompCert Version %s:(%s,%s,%s,%s)"