[llvm] [AMDPGU] Auto-upgrade ELF mangling in the data layout (PR #163644)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 16 12:20:31 PDT 2025


shiltian wrote:

It seems like `m:e` is the spec for ELF mangling that was added in #163011. Should we check the existence of that, and then append `-m:e` or prepend `m:e-` instead?

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


More information about the llvm-commits mailing list