]> granicus.if.org Git - llvm/commit
Attempt #2: Fix ABI compatibility with 3.6.0 by moving new virtual function to end...
authorDaniel Sanders <daniel.sanders@imgtec.com>
Wed, 29 Apr 2015 15:29:14 +0000 (15:29 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Wed, 29 Apr 2015 15:29:14 +0000 (15:29 +0000)
commit2ce57c3359a35837beecb31f1c8aad0e90e6a1dd
treeb72bae1d501d0771254e41dfa92c7cda2f64bb0c
parentf1975e4c5ffac07cc067be85c722e0926d45f3d5
Attempt #2: Fix ABI compatibility with 3.6.0 by moving new virtual function to end of subclass. NFC

The previous attempt at fixing this only moved the problem to the subclass
vtable. We can safely move the function into the subclass so attempt to fix it
that way.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_36@236112 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h