[lld] [lld][macho] Strip .__uniq. and .llvm. hashes in -order_file (PR #140670)

via llvm-commits llvm-commits at lists.llvm.org
Tue May 20 09:31:03 PDT 2025


SharonXSharon wrote:

> This looks strange and we will lose the ability to order the suffixed symbols. But I am ok for the change if @ellishg is ok

This is only going to drop the "(.__uniq.xxxx)?.llvm.yyyy" suffix where "xxxx" and "yyyy" are numbers that aren't stable, and will change between one compilation to another, so we actually will be able to order the real root symbols with this patch. BP is doing the same 

https://github.com/llvm/llvm-project/pull/140670


More information about the llvm-commits mailing list