grimar added a comment.

In https://reviews.llvm.org/D52296#1281642, @echristo wrote:

> Can you elaborate on your motivations and what you're trying to do?
>
> Thanks!


We want to see:

- No extra files. The compiler produces just a .o.
- The linker leaves most debug info in the .o files.

That makes the build friendly to existing tools and avoids most of the static 
linker work.


https://reviews.llvm.org/D52296



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to