[Lldb-commits] [PATCH] D54843: [Expr] Check the language before ignoring Objective C keywords

Aleksandr Urakov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 4 03:31:53 PST 2018


aleksandr.urakov added a comment.

The test was broken after this commit. It seems that on MacOS X the process of the compiled test application always contains Objective C Runtime, so the part of the test, which assumes that there is no ObjC option enabled, fails. To fix it I've skip this part for Darwin here: https://reviews.llvm.org/rLLDB348250 Please, tell me if you have any objections on this.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54843/new/

https://reviews.llvm.org/D54843





More information about the lldb-commits mailing list