[llvm] 9220c0c - [DWARFLibrary] Init field after D137882

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 23:55:07 PST 2023


Author: Vitaly Buka
Date: 2023-01-10T23:54:57-08:00
New Revision: 9220c0c7afaa52aac8afd10ed1167673798f5b02

URL: https://github.com/llvm/llvm-project/commit/9220c0c7afaa52aac8afd10ed1167673798f5b02
DIFF: https://github.com/llvm/llvm-project/commit/9220c0c7afaa52aac8afd10ed1167673798f5b02.diff

LOG: [DWARFLibrary] Init field after D137882

Added: 
    

Modified: 
    llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h b/llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
index 735bd2d16d407..4c464418a3e0b 100644
--- a/llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
+++ b/llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
@@ -109,7 +109,7 @@ class DWARFContext : public DIContext {
 
   // When set parses debug_info.dwo/debug_abbrev.dwo manually and populates CU
   // Index, and TU Index for DWARF5.
-  bool ParseCUTUIndexManually;
+  bool ParseCUTUIndexManually = false;
 
 public:
   DWARFContext(std::unique_ptr<const DWARFObject> DObj,


        


More information about the llvm-commits mailing list