llvm-project/llvm/lib/ExecutionEngine/JITLink
Lang Hames a97032e947 [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
2019-04-21 04:48:32 +00:00
..
BasicGOTAndStubsBuilder.h [JITLink] Factor basic common GOT and stub creation code into its own class. 2019-04-21 03:14:42 +00:00
CMakeLists.txt
JITLink.cpp [JITLink] Use memset instead of bzero. 2019-04-20 17:49:58 +00:00
JITLinkGeneric.cpp
JITLinkGeneric.h
JITLink_EHFrameSupport.cpp [JITLink] Remove an overly strict error check in JITLink's eh-frame parser. 2019-04-21 04:48:32 +00:00
JITLink_EHFrameSupportImpl.h [JITLink] Remove an overly strict error check in JITLink's eh-frame parser. 2019-04-21 04:48:32 +00:00
JITLink_MachO.cpp
JITLink_MachO_x86_64.cpp [JITLink] Factor basic common GOT and stub creation code into its own class. 2019-04-21 03:14:42 +00:00
LLVMBuild.txt [JITLink] Add BinaryFormat to JITLink's dependencies. 2019-04-20 19:48:45 +00:00
MachOAtomGraphBuilder.cpp
MachOAtomGraphBuilder.h