mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 13:35:38 +08:00
There is sometimes no need to generate relocation via PLT. Example - when symbol is not undefined and we are not creating shared library. Then we can create relative relocation instead of referencing and creating PLT records. Differential Revision: http://reviews.llvm.org/D13835 llvm-svn: 250584