On Friday, 27 October 2017 at 16:05:10 UTC, Kagamin wrote:
With this the only missing piece will be the C startup code (mainCRTStartup in crtexe.c), though not sure where it's compiled.

How do I get lld-link to link .obj files?
Clang itself emits .o files, and those link successfully.
For .obj files
./lld-link test.obj
error: test.obj: The file was not recognized as a valid object file

Reply via email to