The expression text in AppleObjCRuntimeV1::CreateObjectChecker
was formatted into a string inside an assert() expression. Which is elided when lldb is built with asserts disabled; the result is that all expressions will fail when debugging programs using the objective-c v1 runtime. <rdar://problem/30353271> llvm-svn: 298694
Loading
Please sign in to comment