summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
diff options
context:
space:
mode:
authorSagar Thakur <sagar.thakur@imgtec.com>2016-02-24 13:48:14 +0000
committerSagar Thakur <sagar.thakur@imgtec.com>2016-02-24 13:48:14 +0000
commitb6917b42f40073d5adc156f5d56e55c31fa98aba (patch)
treece9c73abee4c6532c77645da6cd93d5ddf85958f /lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
parente4a75fd8965c38d4b96bd202a4de74d7132639bd (diff)
downloadbcm5719-llvm-b6917b42f40073d5adc156f5d56e55c31fa98aba.tar.gz
bcm5719-llvm-b6917b42f40073d5adc156f5d56e55c31fa98aba.zip
[MSAN] Fix memcmp_test on MIPS
Summary: As per the test the 4th element of both arrays are not initialized and hence will contain garbage values. Memcmp returns the difference between the garbage values of the 4th element which will be different on every run of the test. And since the return value of memcmp is returned from main, we are getting random exit code every time. Reviewers: kcc, eugenis Subscribers: mohit.bhakkad, jaydeep, llvm-commits Differential: http://reviews.llvm.org/D17534 llvm-svn: 261739
Diffstat (limited to 'lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud