[JITLink] Remove an overly strict error check in JITLink's eh-frame parser.
authorLang Hames <lhames@gmail.com>
Sun, 21 Apr 2019 04:48:32 +0000 (04:48 +0000)
committerLang Hames <lhames@gmail.com>
Sun, 21 Apr 2019 04:48:32 +0000 (04:48 +0000)
commita97032e9479db2d2c8808f74081162f5c5a45b4a
tree271bfa7eb0b5d8bd1a3d099c29175002b9b6bce3
parent3ccd677bf8841b4791344f25c4c57faf8e144dc6
[JITLink] Remove an overly strict error check in JITLink's eh-frame parser.

The error check required FDEs to refer to the most recent CIE, but the eh-frame
spec allows them to refer to any previously seen CIE. This patch removes the
offending check.

llvm-svn: 358840
llvm/lib/ExecutionEngine/JITLink/JITLink_EHFrameSupport.cpp
llvm/lib/ExecutionEngine/JITLink/JITLink_EHFrameSupportImpl.h