Now that the new COFF linker is complete, we can make the new
one as the default linker for "-flavor link".
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
You can probably also remove the stuff at the bottom of tools/lld/CMakeLists.txt now. There's also a trivial change to compiler-rt (s/lld-link2/lld-link/) that would need to happen at the same time.
Comment Actions
On second thought, I think we should keep "-flavor link2" as an alias
to "-flavor link" for a short period of time until we fix other places that
uses "link2" instead of "link". This should be safer and less annoying.
In this updated patch, "-flavor link2" is handled as a synonym to
"-flavor link".
Comment Actions
Now that we get a basic level of ARM support, there's no road block for this patch.
I'll submit this soon.
After I submit this patch, "-flavor link" (or lld-link.exe) will become a synonym to
"-flavor link2" (or lld-link2.exe).