[clang] [lldb] Reland "[clang][DebugInfo] Emit global variable definitions for static data members with constant initializers" (PR #71780)

Michael Buch via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 17 15:42:08 PST 2023


Michael137 wrote:

> Hi, we're seeing some breakages, similar to the above in our debugger tests with this patch.
> 
> A failing bot can be found here: https://luci-milo.appspot.com/ui/p/fuchsia/builders/ci/clang_toolchain.ci.core.x64-debug/b8764552260903625809/overview
> 
> You can find a fuller discussion in our bugtracker: https://bugs.fuchsia.dev/p/fuchsia/issues/detail?id=136182.
> 
> The problem in our test is that the `DW_AT_const_value`, no longer seems to be in the expected place, similar to @dyung's issue above. Is there an ETA on when your fix will land? If it won't be soon, would you mind reverting until you can address this issue?

Sorry for not updating the thread. I'm about to open a PR for said change

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


More information about the cfe-commits mailing list