DavidSpickett wrote: It still knows where the global variable is: ``` (lldb) p a_global (void *) 0x0000000000000000 ``` But again this could be because that's known from something other than the DWARF. https://github.com/llvm/llvm-project/pull/153585