| commit | c180836722dec5e33649982fc4a8eacad1956a81 | [log] [tgz] |
|---|---|---|
| author | Eric Christopher <echristo@gmail.com> | Fri Nov 20 20:51:31 2015 +0000 |
| committer | Eric Christopher <echristo@gmail.com> | Fri Nov 20 20:51:31 2015 +0000 |
| tree | 8006e47f1ddf860df4b4ed9ba2ad24596ec4359b | |
| parent | 39719a77d151b9070d6d5fcd53dfff2f65eea6b2 [diff] |
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