| commit | 682bfbf35f5d28d17e0ec5ebbe9064136e9cd656 | [log] [tgz] |
|---|---|---|
| author | Justin Bogner <mail@justinbogner.com> | Thu May 14 22:14:10 2015 +0000 |
| committer | Justin Bogner <mail@justinbogner.com> | Thu May 14 22:14:10 2015 +0000 |
| tree | 36586d91c4d9e91d184714856d2c2a35318539fc | |
| parent | c004b4d3a14ed14263d813e72009770214fb92c9 [diff] |
InstrProf: Only disable coverage in built-in macros, not all system macros The issue I was trying to solve in r236547 was about built-in macros, but I disabled coverage in all system macros. This is actually a bit of overkill, and makes the display of coverage around system macros degrade unnecessarily. Instead, limit this to builtins specifically. llvm-svn: 237397