This is an archive of the discontinued LLVM Phabricator instance.

[lld] Add support for relocations in x86_64 objects on Arm64EC targets.
AbandonedPublic

Authored by jacek on Aug 4 2023, 2:08 PM.

Details

Reviewers
mstorsjo
Summary

Since EC targets may combine various object types, we need to pick relocation format based on chunk type instead of global config.

Diff Detail