[Lldb-commits] [lldb] Fix loading UUIDs from ELF headers. (PR	#117028)
    David Spickett via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Thu Nov 21 00:51:10 PST 2024
    
    
  
================
@@ -224,7 +224,7 @@ Status ProcessElfCore::DoLoadCore() {
   ArchSpec core_arch(m_core_module_sp->GetArchitecture());
   target_arch.MergeFrom(core_arch);
   GetTarget().SetArchitecture(target_arch);
- 
+
----------------
DavidSpickett wrote:
I would push these whitespace changes directly, to keep this change neat.
https://github.com/llvm/llvm-project/pull/117028
    
    
More information about the lldb-commits
mailing list