ExecutionEngine: support `IMAGE_REL_AMD64_SECTION` relocations
This relocation type is often used for debug information on Windows. We would previously abort due to the unreachable for the unhandled relocation type. Add support for this to prevent LLDB from aborting if it encounters this relocation type.
Loading
Please sign in to comment