Update RuntimeDyldELF::findOPDEntrySection the new relocation iterators.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 3 Jun 2013 19:37:34 +0000 (19:37 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 3 Jun 2013 19:37:34 +0000 (19:37 +0000)
commit15e5c46e49b5ab02fee6d1da53cb9c129cab5165
tree2e37d00f4acd249beffd3e43c6bfc2078d7b3306
parentd1100b3325a84e28ed4b6fcc89eaeaf5b61b300a
Update RuntimeDyldELF::findOPDEntrySection the new relocation iterators.

This was missing from r182908. I didn't noticed it at the time because the MCJIT tests were
disabled when building with cmake on ppc64 (which I fixed in r183143).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183147 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp