This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Avoid double-prefixing aliases with __USER_LABEL_PREFIX__
ClosedPublic

Authored by barannikov88 on Mar 28 2023, 1:28 PM.

Details

Summary

The prefix is added by DECLARE_SYMBOL_VISIBILITY. Calling SYMBOL_NAME
resulted in adding the prefix twice.

Diff Detail

Event Timeline

barannikov88 created this revision.Mar 28 2023, 1:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 28 2023, 1:28 PM
barannikov88 requested review of this revision.Mar 28 2023, 1:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 28 2023, 1:28 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
dim accepted this revision.Apr 2 2023, 8:11 AM

LGTM, good catch!

This revision is now accepted and ready to land.Apr 2 2023, 8:11 AM
This revision was landed with ongoing or failed builds.Apr 2 2023, 8:34 AM
This revision was automatically updated to reflect the committed changes.