[Lldb-commits] [lldb] [LLDB][ELF] Fix section unification to not just use names. (PR #90099)

Alastair Houghton via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 26 03:18:18 PDT 2024


================
@@ -1854,6 +1854,49 @@ class VMAddressProvider {
 };
 }
 
+namespace {
----------------
al45tair wrote:

This file already uses anonymous namespaces, but I'll change the function to `static` instead.

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


More information about the lldb-commits mailing list