[all-commits] [llvm/llvm-project] 6a3b07: RuntimeDyldELF: report_fatal_error instead of asse...
Hans via All-commits
all-commits at lists.llvm.org
Fri Jul 31 11:07:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6a3b07a4bf14be32569550f2e9814d8797d27d31
https://github.com/llvm/llvm-project/commit/6a3b07a4bf14be32569550f2e9814d8797d27d31
Author: Hans Wennborg <hans at chromium.org>
Date: 2020-07-31 (Fri, 31 Jul 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
More information about the All-commits
mailing list