aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-11-20 20:51:31 +0000
committerEric Christopher <echristo@gmail.com>2015-11-20 20:51:31 +0000
commitc180836722dec5e33649982fc4a8eacad1956a81 (patch)
tree8006e47f1ddf860df4b4ed9ba2ad24596ec4359b /llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
parent39719a77d151b9070d6d5fcd53dfff2f65eea6b2 (diff)
downloadllvm-c180836722dec5e33649982fc4a8eacad1956a81.zip
llvm-c180836722dec5e33649982fc4a8eacad1956a81.tar.gz
llvm-c180836722dec5e33649982fc4a8eacad1956a81.tar.bz2
Weak non-function symbols were being accessed directly, which is
incorrect, as the chosen representative of the weak symbol may not live with the code in question. Always indirect the access through the TOC instead. Patch by Kyle Butt! llvm-svn: 253708
Diffstat (limited to 'llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions