aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/ObjectFile.cpp
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-10-07 02:39:13 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-10-07 02:39:13 +0000
commit48d4e4dd3582e9b480a1969cb554437f071b57bc (patch)
tree18617f04bae1630f3af5946c4d1c99969c8618ca /llvm/lib/Object/ObjectFile.cpp
parent59cca5dc2976cb16693fb3b7dfa7aee576837501 (diff)
downloadllvm-48d4e4dd3582e9b480a1969cb554437f071b57bc.zip
llvm-48d4e4dd3582e9b480a1969cb554437f071b57bc.tar.gz
llvm-48d4e4dd3582e9b480a1969cb554437f071b57bc.tar.bz2
builtins: rework use of DEFINE_COMPILERRT_THUMB_FUNCTION
This is simply to help clarity of the code. The functions are built as thumb only if Thumb2 is available (__ARM_ARCH_ISA_THUMB == 2). Sink the selection into the location of the definition and make DEFINE_COMPILERRT_THUMB_FUNCTION always define a thumb function while DEFINE_COMPILERRT_FUNCTION always selects the default. Since the .thumb_func directive is always available (at least on Linux, Windows, and BSD), sinking the macro right into the macro works just as well. No functional change intended. llvm-svn: 219182
Diffstat (limited to 'llvm/lib/Object/ObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions