Skip to content

Commit

Permalink
Accept inaccurate coverage for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Jul 22, 2017
1 parent 4416c5a commit d7ae542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/coverage
Expand Up @@ -5,7 +5,7 @@ import glob
import subprocess

LLVM_PATH = glob.glob('/usr/lib/llvm-3.8/lib/clang/3.8.[0-9]/lib/linux/')[0]
COVERAGE_OPTIONS = '-Ccodegen-units=1 -Clink-dead-code -Cpasses=insert-gcov-profiling -Zno-landing-pads -L%s -lclang_rt.profile-x86_64' % LLVM_PATH
COVERAGE_OPTIONS = '-Ccodegen-units=1 -Clink-dead-code -Cpasses=insert-gcov-profiling -L%s -lclang_rt.profile-x86_64' % LLVM_PATH
LCOVOPTS = '--gcov-tool ./admin/llvm-gcov --rc lcov_branch_coverage=1 --rc lcov_excl_line=assert'.split()

def lcov_exe(*args):
Expand Down

0 comments on commit d7ae542

Please sign in to comment.