[PATCH] D47602: Correct aligment computation for shared object symbols
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 1 13:54:51 PDT 2018
ruiu added inline comments.
================
Comment at: ELF/Relocations.cpp:532-534
+ if (SS.Alignment == 0)
+ fatal("cannot create a copy relocation for symbol "
+ "with absolute address " + toString(SS));
----------------
Can you really trigger this? Please always add a test when you add a new feature.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D47602
More information about the llvm-commits
mailing list