The prefix is added by DECLARE_SYMBOL_VISIBILITY. Calling SYMBOL_NAME
resulted in adding the prefix twice.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D147077
[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
Diff Detail
Event TimelineThis 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 Closed by commit rG5e09b172d9ea: [compiler-rt] Avoid double-prefixing aliases with __USER_LABEL_PREFIX__ (authored by barannikov88). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 510354 compiler-rt/lib/builtins/assembly.h
|