mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-07-18 21:24:39 -04:00
c9187b8c21
Report a fatal error if an IMAGE_REL_AMD64_ADDR32NB cannot be applied due to an out-of-range target. Previously we emitted a diagnostic to llvm::errs and continued. Patch by Dale Martin. Thanks Dale!