[Lldb-commits] [PATCH] D17719: Track expression language from one place in ClangExpressionParser

Luke Drummond via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 21 11:49:27 PST 2016


ldrumm reopened this revision.
ldrumm added a comment.

This patch was committed back in March https://reviews.llvm.org/rL263099 and then reverted 2 hours later in https://reviews.llvm.org/rL263107 due to a  testing failure on greendragon related to ObjC. Unfortunately, I no longer have access to Apple hardware (and at the time the testsuite passed on my local mac), so I'm unable to find out exactly what went wrong.

This patch is still needed for RenderScript to handle JIT expressions correctly, so I'd really appreciate it if someone more familiar with OS X would be able to take a look at this, and point out what I'm doing wrong that causes the Objective C tests to blow up.

Any help is - as always - very-much appreciated!


Repository:
  rL LLVM

https://reviews.llvm.org/D17719





More information about the lldb-commits mailing list