diff options
author | Justin Bogner <mail@justinbogner.com> | 2017-08-29 00:11:05 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2017-08-29 00:11:05 +0000 |
commit | f1a54a47b08df197b037aef97d04d87b5997f221 (patch) | |
tree | 23554dec69d9d6e5923428553eb6c432c600fc5b /llvm/tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp | |
parent | 24bc6a4c4f271e28eb2d983a492e28e9c428e894 (diff) | |
download | bcm5719-llvm-f1a54a47b08df197b037aef97d04d87b5997f221.tar.gz bcm5719-llvm-f1a54a47b08df197b037aef97d04d87b5997f221.zip |
[sanitizer-coverage] Mark the guard and 8-bit counter arrays as used
In r311742 we marked the PCs array as used so it wouldn't be dead
stripped, but left the guard and 8-bit counters arrays alone since
these are referenced by the coverage instrumentation. This doesn't
quite work if we want the indices of the PCs array to match the other
arrays though, since elements can still end up being dead and
disappear.
Instead, we mark all three of these arrays as used so that they'll be
consistent with one another.
llvm-svn: 311959
Diffstat (limited to 'llvm/tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp')
0 files changed, 0 insertions, 0 deletions