diff options
author | Eric Christopher <echristo@gmail.com> | 2015-11-20 20:51:31 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2015-11-20 20:51:31 +0000 |
commit | c180836722dec5e33649982fc4a8eacad1956a81 (patch) | |
tree | 8006e47f1ddf860df4b4ed9ba2ad24596ec4359b /llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp | |
parent | 39719a77d151b9070d6d5fcd53dfff2f65eea6b2 (diff) | |
download | llvm-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