diff options
author | Piotr Padlewski <prazek@google.com> | 2015-08-27 21:35:41 +0000 |
---|---|---|
committer | Piotr Padlewski <prazek@google.com> | 2015-08-27 21:35:41 +0000 |
commit | 81461a4350a105f73b40c3212baafd2b66d3ce22 (patch) | |
tree | 99c95d7c72c6d247efa6911e625241f0b4af0712 /llvm/lib/CodeGen/MachineModuleInfo.cpp | |
parent | 525f746710c9b132b20b653d5d8bd130e9bd5e59 (diff) | |
download | llvm-81461a4350a105f73b40c3212baafd2b66d3ce22.zip llvm-81461a4350a105f73b40c3212baafd2b66d3ce22.tar.gz llvm-81461a4350a105f73b40c3212baafd2b66d3ce22.tar.bz2 |
Assume loads fix #2
There was linker problem, and it turns out that it is not always safe
to refer to vtable. If the vtable is used, then we can refer to it
without any problem, but because we don't know when it will be used or
not, we can only check if vtable is external or it is safe to to emit it
speculativly (when class it doesn't have any inline virtual functions).
It should be fixed in the future.
http://reviews.llvm.org/D12385
llvm-svn: 246214
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp')
0 files changed, 0 insertions, 0 deletions