[Lldb-commits] [PATCH] D61713: [lldb] build.py: fix behavior when passing --compiler=/path/to/compiler

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed May 15 02:09:35 PDT 2019


mgorny added a comment.

In D61713#1502606 <https://reviews.llvm.org/D61713#1502606>, @labath wrote:

> In D61713#1502580 <https://reviews.llvm.org/D61713#1502580>, @mgorny wrote:
>
> > Is this test supposed to work portably? It fails on NetBSD buildbot: http://lab.llvm.org:8011/builders/netbsd-amd64/builds/20101/steps/run%20unit%20tests/logs/FAIL%3A%20LLDB%3A%3Acompiler-full-path.test
>
>
> I think we can just add --mode=link to the test to avoid it trying to mess with the linker (since that is not important here anyway).


Did you mean `--mode=compile`? I can confirm it fixes the test. Should I commit it?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D61713





More information about the lldb-commits mailing list