Dear clang experts,
I want to build out ELF image using clang in Windows OS. But I met an issue
when using "-fuse-ld=ld.lld" to ask clang launch ld.lld.exe as a linker.
Somehow clang always passes additional parameter to ld.lld:
"-libpath:E:\\bin\\LLVM\\lib\\clang\\12.0.0\\lib\\windows" -nologo
I
Hello.
As Static Debug Builds only work with MSVC, I am forced to use
Shared-Libs with GCC on MSYS2.
The Problem is, it always Fails at this exact stage:
FAILED: bin/BugpointPasses.dll
cmd.exe /C "cd . && C:\Dev\msys64\mingw64\bin\g++.exe -Wa,-mbig-obj
-Werror=date-time -Wall -Wextra -Wno-un