(original) (raw)
I have the "/LTCG:incremental" flag turned on in VS2017 Linker options and I'm trying to build with the LLVM toolset. But I have the linker error mentioned in the title coming from lld-link.exe. Why does it think it's an input file and how do I tell
it that it isn't? Note: I'm using clang-cl.exe as the compiler.