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

Stephane Sezer via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 27 16:07:52 PDT 2015


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





More information about the lldb-commits mailing list