[PATCH] D144008: [DebugMetadata][DwarfDebug] Support function-local static variables in lexical block scopes (7/7)

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 12:25:52 PDT 2023


aprantl added a comment.

In D144008#4185551 <https://reviews.llvm.org/D144008#4185551>, @dblaikie wrote:

> @aprantl
>
> Since this changes what IR goes where - are there concerns you folks have for auto-upgrade/cross compatibility?
>
> @krisb - how's this handle cases of old IR being used in a newer compiler/linker?

Can you add an auto-upgrade test to `llvm/test/BitCode` that tests that we can still import the old format?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144008



More information about the llvm-commits mailing list