This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add a `GlobalSymbol` trait.
AbandonedPublicDraft

Authored by fmorac on Jun 29 2023, 8:36 AM.

Details

Summary

Currently there's no mechanism to indicate that a particular symbol should be
treated as a global symbol, this patch adds this trait and modifies the LLVM
translation mechanism to be aware of the trait and convert the operation
alongside all the other LLVM globals.

Diff Detail

Event Timeline

fmorac created this revision.Jun 29 2023, 8:36 AM
Herald added a reviewer: ftynse. · View Herald Transcript
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
fmorac abandoned this revision.Jun 29 2023, 10:55 AM

Duplicate of D154098

Herald added a project: Restricted Project. · View Herald TranscriptJun 29 2023, 10:55 AM