diff options
author | Peter Smith <peter.smith@linaro.org> | 2019-08-02 08:05:14 +0000 |
---|---|---|
committer | Peter Smith <peter.smith@linaro.org> | 2019-08-02 08:05:14 +0000 |
commit | f5b91f2a0f9d34f4ba63bc358279c0a5372dfb76 (patch) | |
tree | 06ec117ab7c00d86ef170731d7f3591a0a636013 /lldb/packages/Python/lldbsuite/test/functionalities/watchpoint | |
parent | 044d8c486bb4fd6d445e4333475e62045bf47888 (diff) | |
download | bcm5719-llvm-f5b91f2a0f9d34f4ba63bc358279c0a5372dfb76.tar.gz bcm5719-llvm-f5b91f2a0f9d34f4ba63bc358279c0a5372dfb76.zip |
[AliasAnalysis] Initialize a member variable that may be used by unit test.
The unit tests in BasicAliasAnalysisTest use the alias analysis API
directly and do not call setAAResults to initalize AAR. This gives a
valgrind error "Conditional Jump depends on unitialized variable".
On most buildbots the variable is nullptr, but in some cases it can be
non nullptr leading to seemingly random failures.
These tests were disabled in r366986. With the initialization they can be
enabled again.
Fixes PR42719
Differential Revision: https://reviews.llvm.org/D65568
llvm-svn: 367662
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/watchpoint')
0 files changed, 0 insertions, 0 deletions