[PATCH] D47602: Correct aligment computation for shared object symbols

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 31 13:34:04 PDT 2018


ruiu added a comment.

Common symbol is for (linkable) object files. Linked object files (i.e. execuables or DSOs) don't contain common symbols.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D47602





More information about the llvm-commits mailing list