[Lldb-commits] [clang] [lldb] Reland "[clang][DebugInfo] Emit global variable definitions for static data members with constant initializers" (PR #71780)
Paul Kirth via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 17 15:36:43 PST 2023
ilovepi 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?
https://github.com/llvm/llvm-project/pull/71780
More information about the lldb-commits
mailing list