This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Support translating function linkage between MLIR and LLVM IR
ClosedPublic

Authored by ftynse on Jul 20 2020, 4:55 AM.

Details

Summary

Linkage support is already present in the LLVM dialect, and is being translated
for globals other than functions. Translation support has been missing for
functions because their conversion goes through a different code path than
other globals.

Diff Detail

Event Timeline

ftynse created this revision.Jul 20 2020, 4:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2020, 4:55 AM
herhut accepted this revision.Jul 20 2020, 5:01 AM

Thanks!

This revision is now accepted and ready to land.Jul 20 2020, 5:01 AM
This revision was automatically updated to reflect the committed changes.