[PATCH] D47578: Do not enforce absolute path argv0 in windows

Takuto Ikuta via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 31 09:12:30 PDT 2018


takuto.ikuta added a comment.

In https://reviews.llvm.org/D47578#1117540, @ruiu wrote:

> Looks like this patch contains two unrelated changes. Please separate your change from the lit config changes.


First patch made on some wrong assumption, fixed and reverted test config change.

In https://reviews.llvm.org/D47578#1117760, @amccarth wrote:

> I was under the impression that some tools rely on the fact that arg[0] is always expanded to an absolute path.  Does this work with lldb and its test suite?


I tried, but there is no check-lldb target. Can I ask you what is the target name to run lldb test suite?


https://reviews.llvm.org/D47578





More information about the cfe-commits mailing list