[all-commits] [llvm/llvm-project] d4e3a1: Revert "Fix compilation failure in CoverageMapping...
dyung via All-commits
all-commits at lists.llvm.org
Wed Jan 25 19:12:49 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d4e3a1dcf6494874c1cc4f180c780641593d2ab0
https://github.com/llvm/llvm-project/commit/d4e3a1dcf6494874c1cc4f180c780641593d2ab0
Author: Douglas Yung <douglas.yung at sony.com>
Date: 2023-01-25 (Wed, 25 Jan 2023)
Changed paths:
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
Log Message:
-----------
Revert "Fix compilation failure in CoverageMapping.cpp"
This reverts commit 46013fc10a6879f4c9b4c9b9fbd43e4dc70f3c8b.
The original commit efbc8bb18eda63007216ad0cb5a8de04963eddd5 is failing on several bots, so
reverting this follow-up commit as well as the original commit.
Commit: bce910242e7269446683cfcaffd3ebf5281a9125
https://github.com/llvm/llvm-project/commit/bce910242e7269446683cfcaffd3ebf5281a9125
Author: Douglas Yung <douglas.yung at sony.com>
Date: 2023-01-25 (Wed, 25 Jan 2023)
Changed paths:
R compiler-rt/test/profile/Linux/binary-id-debuginfod.c
R compiler-rt/test/profile/Linux/binary-id-lookup.c
M compiler-rt/test/profile/Linux/lit.local.cfg.py
M compiler-rt/test/profile/lit.site.cfg.py.in
M llvm/docs/CommandGuide/llvm-cov.rst
M llvm/include/llvm/Debuginfod/Debuginfod.h
M llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
M llvm/include/llvm/ProfileData/Coverage/CoverageMappingReader.h
M llvm/lib/Debuginfod/Debuginfod.cpp
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
M llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp
M llvm/tools/llvm-cov/CMakeLists.txt
M llvm/tools/llvm-cov/CodeCoverage.cpp
M llvm/tools/llvm-objdump/llvm-objdump.cpp
M llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp
Log Message:
-----------
Revert "[llvm-cov] Look up object files using debuginfod"
This reverts commit efbc8bb18eda63007216ad0cb5a8de04963eddd5.
This change is causing failures when detecting curl on several build bots:
- https://lab.llvm.org/buildbot/#/builders/247/builds/884
- https://lab.llvm.org/buildbot/#/builders/231/builds/7688
- https://lab.llvm.org/buildbot/#/builders/121/builds/27389
- https://lab.llvm.org/buildbot/#/builders/230/builds/8464
- https://lab.llvm.org/buildbot/#/builders/57/builds/24209
- https://lab.llvm.org/buildbot/#/builders/127/builds/42722
Compare: https://github.com/llvm/llvm-project/compare/d416f7e7f16a...bce910242e72
More information about the All-commits
mailing list