summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/copy-relocation-zero-nonabs-addr.s
Commit message (Collapse)AuthorAgeFilesLines
* Correct aligment computation for shared object symbols.Han Shen2018-06-061-0/+29
The original computation for shared object symbol alignment is wrong when st_value equals 0. It is very unusual for dso symbols to have st_value equal 0. But when it happens, it causes obscure run time bugs. Differential Revision: https://reviews.llvm.org/D47602 llvm-svn: 334135
OpenPOWER on IntegriCloud