search for: hasintegratedcpp

Displaying 2 results from an estimated 2 matches for "hasintegratedcpp".

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
...ass LLVM_LIBRARY_VISIBILITY Linker : public Tool { >  public: > -  Linker(const ToolChain &TC) : Tool("MinGW::Linker", "linker", TC) {} > +  Linker(const ToolChain &TC) : Tool("MinGW::Linker", "linker", TC, > RF_Full) {} > >    bool hasIntegratedCPP() const override { return false; } >    bool isLinkJob() const override { return true; } Such a change looks good to me; we should be handling response files quite well these days so this should be safe. Do you have time to make a proper patch out of this? Otherwise I can try to pick it up i...