[all-commits] [llvm/llvm-project] 0eb01a: [llvm-cov] Add split-file to compiler-rt test requ...
Daniel Thornburgh via All-commits
all-commits at lists.llvm.org
Mon Jan 30 13:39:11 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0eb01a9c4581a24c163f3464cebdb20534fbda35
https://github.com/llvm/llvm-project/commit/0eb01a9c4581a24c163f3464cebdb20534fbda35
Author: Daniel Thornburgh <dthorn at google.com>
Date: 2023-01-30 (Mon, 30 Jan 2023)
Changed paths:
M compiler-rt/test/CMakeLists.txt
Log Message:
-----------
[llvm-cov] Add split-file to compiler-rt test requirements.
Differential Revision: https://reviews.llvm.org/D136702
Commit: 0a51eeda1ef43d0f9a73ed2ac15f602262943ea1
https://github.com/llvm/llvm-project/commit/0a51eeda1ef43d0f9a73ed2ac15f602262943ea1
Author: Daniel Thornburgh <dthorn at google.com>
Date: 2023-01-30 (Mon, 30 Jan 2023)
Changed paths:
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
Log Message:
-----------
[NFC] [llvm-cov] Remove unnecessary logic from llvm-cov debuginfod.
Indexed profiles already have a sorted and uniqued binary ID list, and
due to this, duplicates are harmless in the list of binary IDs found,
since it's set_differenced from the list in the indexed profile.
Differential Revision: https://reviews.llvm.org/D136702
Compare: https://github.com/llvm/llvm-project/compare/226c444b3882...0a51eeda1ef4
More information about the All-commits
mailing list