[Lldb-commits] [PATCH] D12415: Use $<TARGET_FILE:...> to get the path lf lldb in test runs.

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 27 21:27:33 PDT 2015


I think it's still worth printing something, even if it's just "Testing
LLDB with N processes", where you fill in the value for N

On Thu, Aug 27, 2015 at 4:07 PM Stephane Sezer <sas at cd80.net> wrote:

> sas added a comment.
>
> I removed the "Testing..." messages because $<TARGET_FILE:...> won't be
> expanded in the context of a log message. Basically, you'll end up with
> ninja/msvc/make printing "Testing LLDB with args:
> --arch=x86_64;--executable;$<TARGET_FILE:lldb>;-s;/..." (even though it
> will be running the right command with the actual lldb path).
>
>
> http://reviews.llvm.org/D12415
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150828/e415214a/attachment.html>


More information about the lldb-commits mailing list