[PATCH] D90323: [DebugInfo] Expose Fortran array debug info attributes through DIBuilder.
    Chih-Ping Chen via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Oct 28 13:32:42 PDT 2020
    
    
  
cchen15 added inline comments.
================
Comment at: llvm/unittests/IR/DebugInfoTest.cpp:228
+
+  // Avoid memory leak.
+  DIVariable::deleteTemporary(DataLocation);
----------------
This is the only difference from the original review D89817.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90323/new/
https://reviews.llvm.org/D90323
    
    
More information about the llvm-commits
mailing list