[llvm] [NVPTX] Do not emit .debug_pubnames and .debug_pubtypes for NVPTX backend (PR #187328)
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 24 22:57:22 PDT 2026
dwblaikie wrote:
> > Is this a regression/change in behavior as far as LLVM's concerned?
>
> Initially, these sections were disabled for NVPTX. But [this change ](https://github.com/llvm/llvm-project/commit/0e03047e85398a7a33e55ee92c219306727fb192#diff-26b268e302c98242dfd5e53d101d8d15cab2b41ed7ecde9c60a5fc4ef7d320b0) removed the target-specific(NVPTX-specific) fallback. This is not a recent change, though.
Fair enough - thanks for the context/sorry for the regression. (guess it wasn't noticed back then because folks with other frontends were using some older fork and you're trying to get back on trunk now?)
https://github.com/llvm/llvm-project/pull/187328
More information about the llvm-commits
mailing list