This is an archive of the discontinued LLVM Phabricator instance.

[VE] Disable relative lookup table converter pass for VE
ClosedPublic

Authored by kaz7 on Jul 17 2021, 12:41 PM.

Details

Summary

VE's linker, /opt/nec/ve/bin/nld, doesn't implement relative lookup table.
The relative lookup table is introduced by https://reviews.llvm.org/D94355,
but we need to disable it at the moment.

Diff Detail

Event Timeline

kaz7 created this revision.Jul 17 2021, 12:41 PM
kaz7 requested review of this revision.Jul 17 2021, 12:41 PM
simoll accepted this revision.Jul 19 2021, 12:03 AM
This revision is now accepted and ready to land.Jul 19 2021, 12:03 AM
This revision was landed with ongoing or failed builds.Jul 19 2021, 3:25 AM
This revision was automatically updated to reflect the committed changes.