[PATCH] D104550: [analyzer] Implement getType for SVal
David Spickett via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 30 02:58:14 PDT 2021
DavidSpickett added a comment.
@vsavchenko One of the added tests is failing on our 32 bit Armv7 Thumb bot: https://lab.llvm.org/buildbot/#/builders/170/builds/61
/home/tcwg-buildslave/worker/clang-thumbv7-full-2stage/llvm/clang/unittests/StaticAnalyzer/SValTest.cpp:169: Failure
Expected equality of these values:
Context.UnsignedLongTy
Which is: unsigned long
A.getType(Context)
Which is: unsigned int
[ FAILED ] SValTest.GetLocAsIntType (22 ms)
[----------] 1 test from SValTest (22 ms total)
A 32/64 bit issue?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104550/new/
https://reviews.llvm.org/D104550
More information about the cfe-commits
mailing list