Skip to content

Commit ba2abd5

Browse files
committed
Bump lcov to version 1.14
1 parent 490107e commit ba2abd5

14 files changed

+549
-595
lines changed

envcov.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ else
1313
ARCHITECTURE=${CURRENT_ARCH}
1414
fi
1515

16-
LCOV_PATH="${scripts}/lcov-1.13/bin"
16+
LCOV_PATH="${scripts}/lcov-1.14/bin"
1717
OBJ_DIR="${OBJECT_FILE_DIR_normal}/${ARCHITECTURE}"
1818

1919
# Fix for the new LLVM-COV that requires gcov to have a -v parameter

lcov-1.13/.version

-3
This file was deleted.

lcov-1.14/.version

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
VERSION=1.14
2+
RELEASE=1
3+
FULL=1.14
File renamed without changes.

lcov-1.13/bin/copy_dates.sh renamed to lcov-1.14/bin/copy_dates.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
#
33
# Usage: copy_dates.sh SOURCE TARGET
44
#

lcov-1.13/bin/gendesc renamed to lcov-1.14/bin/gendesc

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/perl -w
1+
#!/usr/bin/env perl
22
#
33
# Copyright (c) International Business Machines Corp., 2002
44
#
@@ -36,14 +36,15 @@
3636
#
3737

3838
use strict;
39+
use warnings;
3940
use File::Basename;
4041
use Getopt::Long;
4142
use Cwd qw/abs_path/;
4243

4344

4445
# Constants
4546
our $tool_dir = abs_path(dirname($0));
46-
our $lcov_version = "LCOV version 1.13";
47+
our $lcov_version = "LCOV version 1.14";
4748
our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php";
4849
our $tool_name = basename($0);
4950

0 commit comments

Comments
 (0)