[PATCH] D50076: [LLD][ELF][ARM] Add support for older Arm Architectures with smaller branch range

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 1 01:21:15 PDT 2018


grimar added a comment.

In https://reviews.llvm.org/D50076#1183260, @ruiu wrote:

> Overall looking good, but who sets Config->ARMJ1J2BranchEncoding to true? Looks like the flag is currently always false.


It is set here: https://github.com/llvm-mirror/lld/blob/master/ELF/InputFiles.cpp#L570


https://reviews.llvm.org/D50076





More information about the llvm-commits mailing list