[PATCH] D155684: [XCOFF] Write source language ID and CPU version ID into C_FILE symbol.

Esme Yi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 20 21:57:57 PDT 2023


Esme added a comment.

In D155684#4521185 <https://reviews.llvm.org/D155684#4521185>, @hubert.reinterpretcast wrote:

> @Esme, iiuc, the `integrated-as` mode was made the default on AIX during the LLVM 17 development cycle and, without this, there is a regression in debugging Clang-compiled programs with AIX `dbx`?
> If so, I believe this should be considered for the LLVM 17 release branch (i.e., backport if this does not land before the release split).

Yes, `dbx` requires the correct source language ID to locate symbols.
Thank you for reminding!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155684/new/

https://reviews.llvm.org/D155684



More information about the llvm-commits mailing list