[all-commits] [llvm/llvm-project] f208b7: Revert "[Coverage] Revise format to reduce binary ...
Vedant Kumar via All-commits
all-commits at lists.llvm.org
Wed Dec 4 10:36:46 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f208b70fbc4dee78067b3c5bd6cb92aa3ba58a1e
https://github.com/llvm/llvm-project/commit/f208b70fbc4dee78067b3c5bd6cb92aa3ba58a1e
Author: Vedant Kumar <vsk at apple.com>
Date: 2019-12-04 (Wed, 04 Dec 2019)
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 e18531595bba495946aa52c0a16b9f9238cff8bc.
On Windows, there is an error:
http://lab.llvm.org:8011/builders/sanitizer-windows/builds/54963/steps/stage%201%20check/logs/stdio
error: C:\b\slave\sanitizer-windows\build\stage1\projects\compiler-rt\test\profile\Profile-x86_64\Output\instrprof-merging.cpp.tmp.v1.o: Failed to load coverage: Malformed coverage data
More information about the All-commits
mailing list