summaryrefslogtreecommitdiff
path: root/compiler-rt/test/profile/Linux/coverage-exception.cpp
AgeCommit message (Collapse)Author
2025-05-20[Coverage] Add testing to validate code coverage for exceptions (#133463)Justin Cady
While investigating an issue with code coverage reporting around exceptions it was useful to have a baseline of what works today. This change adds end-to-end testing to validate code coverage behavior that is currently working with regards to exception handling.