summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
authorPete Cooper <peter_cooper@apple.com>2015-12-14 20:29:16 +0000
committerPete Cooper <peter_cooper@apple.com>2015-12-14 20:29:16 +0000
commit1d07869c29b1631b74d9ee2b4e66e66ce35fd2e0 (patch)
tree462d2756d51c2eeaf190d926637b4dcacd0c5be7 /lldb/packages/Python/lldbsuite
parent8d73bdb316e518b4efc586f804ab7cd67b66ed3d (diff)
downloadbcm5719-llvm-1d07869c29b1631b74d9ee2b4e66e66ce35fd2e0.tar.gz
bcm5719-llvm-1d07869c29b1631b74d9ee2b4e66e66ce35fd2e0.zip
Add missing vtable anchor's.
The following description is from http://reviews.llvm.org/D15481: ICmpInst, GetElementPtrInst and PHINode have no anchor functions. This causes the vtable and the type info (if RTTI is enabled in user code) to be emitted in multiple translation units. Before 3.7, the destructors were the key functions for these nodes, but they have been removed. There have been discussions about this here: http://lists.llvm.org/pipermail/llvm-dev/2015-August/089010.html and here: http://lists.llvm.org/pipermail/llvm-dev/2015-December/092921.html. Patch by Visoiu Mistrih Francis llvm-svn: 255538
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud