diff options
author | Mitch Phillips <31459023+hctim@users.noreply.github.com> | 2021-03-04 12:11:11 -0800 |
---|---|---|
committer | Mitch Phillips <31459023+hctim@users.noreply.github.com> | 2021-03-04 12:13:47 -0800 |
commit | 1be97975ccc6d98848868ecb59703156b180b08c (patch) | |
tree | 9e9458597a566e1c3296937c56397c47e8ab2e7d /clang/lib/CodeGen/CodeGenModule.h | |
parent | 8998b811c936aaa6e35abdb5b2b8a302ac56addf (diff) | |
download | llvm-1be97975ccc6d98848868ecb59703156b180b08c.zip llvm-1be97975ccc6d98848868ecb59703156b180b08c.tar.gz llvm-1be97975ccc6d98848868ecb59703156b180b08c.tar.bz2 |
Change instrprof LLVM_VP_MAX_NUM_VALS_PER_SITE threshold.
We're having flaky failures on this test on the sanitizer slow
buildbot. Not per-run flaky, but it'll be green for a while, then red
for a while. I suspect that changes in codegen are causing the
LLVM_VP_MAX_NUM_VALS_PER_SITE=150 to be above and below the limit
sporadically. The limit on my machine using lld and a non-bootstrapped
compiler is 175, but the bot uses GNU ld and ld.gold at different
points, which could be affecting behaviour.
Change this threshold to LLVM_VP_MAX_NUM_VALS_PER_SITE=130 in order to
try and get it below the failure point, at least for the foreseeable
future.
http://lab.llvm.org:8011/#/builders/37/builds/2744
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
0 files changed, 0 insertions, 0 deletions