When we are emitting a relocatable output, we should keep the original
symbol name including "@" part. Previously, we drop that part unconditionally
which resulted in dropping versions from symbols.
Details
Details
- Reviewers
• rafael timshen - Commits
- rG1092e490112b: Merging r325204: --------------------------------------------------------------…
rG44a8471227a3: Fix an issue that lld drops symbol versions for -r.
rL325502: Merging r325204:
rLLD325204: Fix an issue that lld drops symbol versions for -r.
rL325204: Fix an issue that lld drops symbol versions for -r.
Diff Detail
Diff Detail
- Repository
- rL LLVM