summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCall.cpp
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-03-17 17:13:54 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-03-17 17:13:54 +0000
commit11543a9953111cd29623653d5f9ca5749f05b8d6 (patch)
treeccd76e775f53a933c0aa6310f7530cdd402406c7 /clang/lib/CodeGen/CGCall.cpp
parent24381f1cb74d230d029e4804f8eaf46b7ff5deb2 (diff)
downloadbcm5719-llvm-11543a9953111cd29623653d5f9ca5749f05b8d6.tar.gz
bcm5719-llvm-11543a9953111cd29623653d5f9ca5749f05b8d6.zip
ARM IAS: support .thumb_set
This performs the equivalent of a .set directive in that it creates a symbol which is an alias for another symbol or value which may possibly be yet undefined. This directive also has the added property in that it marks the aliased symbol as being a thumb function entry point, in the same way that the .thumb_func directive does. The current implementation fails one test due to an unrelated issue. Functions within .thumb sections are not marked as thumb_func. The result is that the aliasee function is not valued correctly. llvm-svn: 204059
Diffstat (limited to 'clang/lib/CodeGen/CGCall.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud