[PATCH] D28984: [LLD] Do not allocate space for common symbols with -r
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 21 16:10:46 PST 2017
ruiu added a comment.
I think I prefer returning 0 from getVA, because that function is supposed to return an address. Returning an alignment seems a bit confusing.
https://reviews.llvm.org/D28984
More information about the llvm-commits
mailing list