summaryrefslogtreecommitdiff
path: root/erts/etc
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2021-02-12 11:54:00 +0100
committerLukas Larsson <lukas@erlang.org>2021-02-12 11:54:00 +0100
commit6d6a9a67947903d8431e3ebf8916e0fd012fd9e0 (patch)
treef98ce9e8f633b5978f7ac5c1958033884bd9b808 /erts/etc
parent91f2411e4eea5b5dea2db2951d05afd2134992cf (diff)
downloaderlang-6d6a9a67947903d8431e3ebf8916e0fd012fd9e0.tar.gz
erts: Fix gcov report when flavor is jit
Diffstat (limited to 'erts/etc')
-rwxr-xr-xerts/etc/unix/gcov-gen-html2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/etc/unix/gcov-gen-html b/erts/etc/unix/gcov-gen-html
index 3fd9f1ca49..b671f986b4 100755
--- a/erts/etc/unix/gcov-gen-html
+++ b/erts/etc/unix/gcov-gen-html
@@ -9,7 +9,7 @@ my $srcdir = shift @ARGV;
my $outdir = shift @ARGV;
my $verbose = 1;
-my $flavor = "smp";
+my $flavor = "{smp,jit}";
# setup filenames and paths, observe geninfos --base-directory
# it needs a correct path just after the $geninfo