[Lldb-commits] [PATCH] D17022: [LLDB][MIPS] Provide CPU string to compiler for appropriate code generation for MIPS

Luke Drummond via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 10 05:02:38 PST 2016


ldrumm added a subscriber: ldrumm.
ldrumm added a comment.

Hi

This patch is on an out of date ClangExpressionParser.cpp. The feature added in http://reviews.llvm.org/rL259644 allows a more generic way of implementing what I believe you're trying to achieve with this patch. It's probably worth a look.

At the very least you need to base this CL off the top of tree.


Repository:
  rL LLVM

http://reviews.llvm.org/D17022





More information about the lldb-commits mailing list