summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method-stripped/TestObjCStaticMethodStripped.py
diff options
context:
space:
mode:
authorPeter Smith <peter.smith@linaro.org>2019-08-02 08:05:14 +0000
committerPeter Smith <peter.smith@linaro.org>2019-08-02 08:05:14 +0000
commitf5b91f2a0f9d34f4ba63bc358279c0a5372dfb76 (patch)
tree06ec117ab7c00d86ef170731d7f3591a0a636013 /lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method-stripped/TestObjCStaticMethodStripped.py
parent044d8c486bb4fd6d445e4333475e62045bf47888 (diff)
downloadbcm5719-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/lang/objc/objc-static-method-stripped/TestObjCStaticMethodStripped.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud