[Lldb-commits] [PATCH] D61713: [lldb] build.py: fix behavior when passing --compiler=/path/to/compiler
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed May 15 02:05:14 PDT 2019
labath added a comment.
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).
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