[PATCH] D39348: Implement --just-symbols.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 12 22:25:23 PST 2018


ruiu added a comment.

I tried to create file objects for --just-symbols so that the linker command that just specifies --just-symbols without any real object file works fine.

https://reviews.llvm.org/D42025

But I really like this one over that one. The other one isn't necessarily bad, but it looks like it is a bit too complicated for a use case that I doubt is realistic. So my preference is to submit this one.


https://reviews.llvm.org/D39348





More information about the llvm-commits mailing list