[all-commits] [llvm/llvm-project] b45b51: [RuntimeDyld][COFF] Report fatal error on error, r...
lhames via All-commits
all-commits at lists.llvm.org
Tue Oct 6 15:17:17 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b45b5166f8f91e601ebd7bc73bb6800155c4c9bc
https://github.com/llvm/llvm-project/commit/b45b5166f8f91e601ebd7bc73bb6800155c4c9bc
Author: Lang Hames <lhames at gmail.com>
Date: 2020-10-06 (Tue, 06 Oct 2020)
Changed paths:
M llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h
Log Message:
-----------
[RuntimeDyld][COFF] Report fatal error on error, rather than emiting diagnostic.
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!
More information about the All-commits
mailing list