[Lldb-commits] [PATCH] D62015: Make sure GetObjectDescription falls back to the Objective-C runtime.
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 16 10:01:54 PDT 2019
aprantl marked an inline comment as done.
aprantl added inline comments.
================
Comment at: lldb/source/Core/ValueObject.cpp:1112
- bool is_signed;
- if (compiler_type.IsIntegerType(is_signed) ||
- compiler_type.IsPointerType()) {
----------------
This check was redundant, it is also performed by the ObjC runtime.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62015/new/
https://reviews.llvm.org/D62015
More information about the lldb-commits
mailing list