[all-commits] [llvm/llvm-project] 338887: Revert "[Coverage] Revise format to reduce binary ...
Vedant Kumar via All-commits
all-commits at lists.llvm.org
Fri Feb 28 18:03:52 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3388871714d3b718b823e76499b0c03877105e5d
https://github.com/llvm/llvm-project/commit/3388871714d3b718b823e76499b0c03877105e5d
Author: Vedant Kumar <vsk at apple.com>
Date: 2020-02-28 (Fri, 28 Feb 2020)
Changed paths:
M clang/lib/CodeGen/CoverageMappingGen.cpp
M clang/lib/CodeGen/CoverageMappingGen.h
M clang/test/CoverageMapping/abspath.cpp
M clang/test/CoverageMapping/ir.c
M clang/test/Profile/def-assignop.cpp
M clang/test/Profile/def-ctors.cpp
M clang/test/Profile/def-dtors.cpp
M compiler-rt/include/profile/InstrProfData.inc
M llvm/docs/CoverageMappingFormat.rst
M llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
M llvm/include/llvm/ProfileData/Coverage/CoverageMappingReader.h
M llvm/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h
M llvm/include/llvm/ProfileData/InstrProf.h
M llvm/include/llvm/ProfileData/InstrProfData.inc
M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
M llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp
M llvm/lib/ProfileData/Coverage/CoverageMappingWriter.cpp
M llvm/lib/ProfileData/InstrProf.cpp
M llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
M llvm/test/Instrumentation/InstrProfiling/X86/alloc.ll
R llvm/test/tools/llvm-cov/Inputs/binary-formats.v3.macho64l
M llvm/test/tools/llvm-cov/binary-formats.c
M llvm/unittests/ProfileData/CoverageMappingTest.cpp
Log Message:
-----------
Revert "[Coverage] Revise format to reduce binary size"
This reverts commit 99317124e1c772e9a9de41a0cd56e1db049b4ea4. This is
still busted on Windows:
http://lab.llvm.org:8011/builders/lld-x86_64-win7/builds/40873
The llvm-cov tests report 'error: Could not load coverage information'.
More information about the All-commits
mailing list