OSDN Git Service

make arm-use-movt available for all ARM
authorRenato Golin <renato.golin@linaro.org>
Thu, 15 Aug 2013 20:54:38 +0000 (20:54 +0000)
committerRenato Golin <renato.golin@linaro.org>
Thu, 15 Aug 2013 20:54:38 +0000 (20:54 +0000)
commit14c41370e36068ae25c871d5bd8f99f92bbb7d45
tree8d02d7dc43432b5762163bdb04bd31cc950a0e16
parent24adc8f60f0a39e45363eef5392fe1a7e27bd12f
make arm-use-movt available for all ARM

Before this patch this flag is IOS specific, but is also
useful for bare project like bootloaders / kernels etc,
since movw / movt prevents simple relocation. Therefore
make this flag more commonly available.

note: this patch depends on a similiar rename in clang

Patch by Jeroen Hofstee.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188487 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMSubtarget.cpp