Skip to content

Commit

Permalink
Bump lcov to version 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Jan 1, 2020
1 parent 490107e commit ba2abd5
Show file tree
Hide file tree
Showing 14 changed files with 549 additions and 595 deletions.
2 changes: 1 addition & 1 deletion envcov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ else
ARCHITECTURE=${CURRENT_ARCH}
fi

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

# Fix for the new LLVM-COV that requires gcov to have a -v parameter
Expand Down
3 changes: 0 additions & 3 deletions lcov-1.13/.version

This file was deleted.

3 changes: 3 additions & 0 deletions lcov-1.14/.version
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
VERSION=1.14
RELEASE=1
FULL=1.14
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Usage: copy_dates.sh SOURCE TARGET
#
Expand Down
5 changes: 3 additions & 2 deletions lcov-1.13/bin/gendesc → lcov-1.14/bin/gendesc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl
#
# Copyright (c) International Business Machines Corp., 2002
#
Expand Down Expand Up @@ -36,14 +36,15 @@
#

use strict;
use warnings;
use File::Basename;
use Getopt::Long;
use Cwd qw/abs_path/;


# Constants
our $tool_dir = abs_path(dirname($0));
our $lcov_version = "LCOV version 1.13";
our $lcov_version = "LCOV version 1.14";
our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php";
our $tool_name = basename($0);

Expand Down
Loading

0 comments on commit ba2abd5

Please sign in to comment.