This is an archive of the discontinued LLVM Phabricator instance.

[lld] Add bitcode->e_machine mapping for hexagon
AbandonedPublic

Authored by bcain on Sep 6 2021, 5:17 PM.

Details

Reviewers
sidneym
MaskRay

Diff Detail

Event Timeline

bcain created this revision.Sep 6 2021, 5:17 PM
bcain requested review of this revision.Sep 6 2021, 5:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 6 2021, 5:17 PM

Add a test like test/ELF/lto/riscv64.ll

Sorry, lto/aarch64.ll is a better one.

I'll fix riscv64.ll

bcain added a comment.Sep 7 2021, 11:22 AM

Sorry, lto/aarch64.ll is a better one.

I'll fix riscv64.ll

ok, will do.

bcain abandoned this revision.Sep 7 2021, 7:42 PM

Sorry, lto/aarch64.ll is a better one.

I'll fix riscv64.ll

ok, will do.

Hmm, created a simple test case modeled after aarch64.ll, but it was failing. After a very brief investigation I couldn't uncover a trivial solution. I'm not very experienced in this area so I am going to retire this for now until I have time to revisit LTO.