[PATCH] D55430: build.py: Implement "gcc" builder
Pavel Labath via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 14 11:48:18 PST 2018
On 14/12/2018 20:32, Stella Stamenova via Phabricator wrote:
> stella.stamenova added a comment.
>
> I am trying to use the new builder to build the lldb-mi tests, so that they can start consistently passing on Windows, so they're now using the gcc builder on Linux and failing:
Interesting. Can you run the script in verbose mode so I can see the
exact commands it executes?
Not being able to find the linker is weird. Can you check whether you
have /usr/bin/ld on your system? Maybe we need to add something to the
PATH? Is that clang binary capable of producing executables when you run
it manually?
More information about the llvm-commits
mailing list