Displaying 1 result from an estimated 1 matches for "0fabc908".
Did you mean:
0fa7bc98
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++