This is an archive of the discontinued LLVM Phabricator instance.

[MC] Don't see MCSA_NoDeadStrip on symbol aliases defined by `.set`
AbandonedPublic

Authored by sbc100 on Aug 16 2022, 11:09 AM.

Details

Reviewers
None
Summary

I noticed this because we currently use the MCSA_NoDeadStrip in the
emscripten toolchain to trigger the exporting of symbols.

Diff Detail

Event Timeline

sbc100 created this revision.Aug 16 2022, 11:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2022, 11:09 AM
sbc100 requested review of this revision.Aug 16 2022, 11:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2022, 11:09 AM
sbc100 abandoned this revision.Aug 16 2022, 11:22 AM

Traced this back to 9a74c753fe3fb40afeb0660060538678dd77d060.. so I guess its need to compatibility with darwin.