[Lldb-commits] [PATCH] D19751: Fix TestEnumTypes.py for 32 bit platforms.

Adrian McCarthy via lldb-commits lldb-commits at lists.llvm.org
Wed May 4 15:11:09 PDT 2016


amccarth added a comment.

The test expects `expr *f.op` to fail because f is a null pointer, but on Windows it yields `(ops) $2 = 0`.  I suspect this is a latent expression evaluation bug exposed by the new test, as it also happens for other types of pointers and not just pointers to enums.


Repository:
  rL LLVM

http://reviews.llvm.org/D19751





More information about the lldb-commits mailing list