[Lldb-commits] [PATCH] D55569: [lit] Add a basic implementation of build for GccBuilder

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 11 12:39:59 PST 2018


labath added a comment.

Btw, I also wrote something like this in D55430 <https://reviews.llvm.org/D55430>. (Zachary asked me to do it, but it looks like he missed the review request. :P)

I think my version is more complete, though I am missing lto support, because I couldn't be bothered to figure out how it works. But if all that's needed is to add `-flto=thin`, then I can easily integrate that.


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D55569





More information about the lldb-commits mailing list