[llvm-dev] lld-link.exe Can't Recognize .obj File Type?

Osman Zakir via llvm-dev llvm-dev at lists.llvm.org
Sun Nov 10 07:58:15 PST 2019


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 been used then as well.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191110/89d9f170/attachment.html>


More information about the llvm-dev mailing list