Mircea Trofin 4b42944732
[profcheck] Don't verify generated global ctors/dtors (#170597)
Functions listed in `llvm.global_ctors` or `llvm.global_dtors` aren't too interesting for performance. Passes like LowerTypeTests synthesize some of these, and, while we could add a "0" entry count explicitly, we can also just not bother verifying in the first place.
2025-12-04 13:01:46 -08:00
..