[all-commits] [llvm/llvm-project] 4c1f39: RuntimeDyldELF: report_fatal_error instead of asse...
Hans via All-commits
all-commits at lists.llvm.org
Wed Aug 5 10:51:52 PDT 2020
Branch: refs/heads/release/11.x
Home: https://github.com/llvm/llvm-project
Commit: 4c1f394c69fec616d73af1f333154eba0a95590f
https://github.com/llvm/llvm-project/commit/4c1f394c69fec616d73af1f333154eba0a95590f
Author: Hans Wennborg <hans at chromium.org>
Date: 2020-08-05 (Wed, 05 Aug 2020)
Changed paths:
M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
Log Message:
-----------
RuntimeDyldELF: report_fatal_error instead of asserting for unimplemented relocations (PR46816)
This fixes the ExecutionEngine/MCJIT/stubs-sm-pic.ll test in no-asserts
builds which is set to XFAIL on some platforms like 32-bit x86. More
importantly, we probably don't want to silently error in these cases.
Differential revision: https://reviews.llvm.org/D84390
(cherry picked from commit 6a3b07a4bf14be32569550f2e9814d8797d27d31)
More information about the All-commits
mailing list