[Lldb-commits] [PATCH] D33077: [TypeSystem] Fix inspection of Objective-C object types
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon May 15 02:31:04 PDT 2017
labath added a comment.
As this is an objective C feature, wouldn't a better place for it be in testcases/lang/objc ?
================
Comment at: packages/Python/lldbsuite/test/functionalities/ptr_refs-objc/Makefile:10
+
+include $(LEVEL)/Makefile.rules
----------------
This looks like a copy-paste error, as you have everything twice.
Repository:
rL LLVM
https://reviews.llvm.org/D33077
More information about the lldb-commits
mailing list