Displaying 1 result from an estimated 1 matches for "cust_std_lib_facil".
2019 Nov 10
2
lld-link.exe Can't Recognize .obj File Type?
Hi.
Just now when I tried to compile a .cpp file using the LLVM toolset in VS2019, I got two error messages from lld-link:
"
lld-link : error : Debug\cust_std_lib_facilities.obj: unknown file type
lld-link : error : Debug\Ex10_10.obj: unknown file type
"
What's the reason for this, and is there a way to fix it? This is the first time I'm saying this error; I've used LLVM before and this error never came up when I know .obj files should've bee...