Displaying 2 results from an estimated 2 matches for "41c466337b7".
2019 Jul 24
2
LLD Command Line Length Error
Hi all,
I'm currently trying to use clang to build a largish project on Windows
using MinGW. I'm currently performing all of the compilation using g++, and
then linking with clang++ with lld (due to separate issues I'm having with
compiling with clang with MinGW). Compiling with g++ and then linking with
clang+lld seems to work fine for small programs.
I'm invoking clang++
2019 Aug 01
2
LLD Command Line Length Error
...hinks the
> tool it is running supports them. The MinGW linker tool doesn't claim to
> support response files today. I think this would be a simple fix:
> $ git diff
> diff --git a/clang/lib/Driver/ToolChains/MinGW.h
> b/clang/lib/Driver/ToolChains/MinGW.h
> index 08298e910eb..41c466337b7 100644
> --- a/clang/lib/Driver/ToolChains/MinGW.h
> +++ b/clang/lib/Driver/ToolChains/MinGW.h
> @@ -34,7 +34,7 @@ public:
>
> class LLVM_LIBRARY_VISIBILITY Linker : public Tool {
> public:
> - Linker(const ToolChain &TC) : Tool("MinGW::Linker", "linker&q...