[PATCH] D138847: MC/DC in LLVM Source-Based Code Coverage: llvm-cov visualization

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 20 14:47:07 PDT 2023


MaskRay requested changes to this revision.
MaskRay added a comment.
This revision now requires changes to proceed.

Please, when landing a large patch, check whether clang can build the project. The original commit caused -Wswitch failure which I fixed in ca22d6e40508f6d24a9352835bda9c152e3eee1b <https://reviews.llvm.org/rGca22d6e40508f6d24a9352835bda9c152e3eee1b>.

When reverting a patch, run the test as well. `ninja clang` did not build due to ca22d6e40508f6d24a9352835bda9c152e3eee1b <https://reviews.llvm.org/rGca22d6e40508f6d24a9352835bda9c152e3eee1b> not being part of the revert.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138847/new/

https://reviews.llvm.org/D138847



More information about the llvm-commits mailing list