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.
What do you think?
Paths
| Differential D84390
RuntimeDyldELF: report_fatal_error instead of asserting for unimplemented relocations (PR46816) ClosedPublic Authored by hans on Jul 23 2020, 2:19 AM.
Details Summary 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. What do you think?
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 30 2020, 8:28 PM Closed by commit rG6a3b07a4bf14: RuntimeDyldELF: report_fatal_error instead of asserting for unimplemented… (authored by hans). · Explain WhyJul 31 2020, 11:07 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 282272 llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
|