[PATCH] D91455: [XCOFF][AIX] Generate LSDA data and compact unwind section on AIX
    Hubert Tong via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Dec  1 10:34:15 PST 2020
    
    
  
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/lib/CodeGen/AsmPrinter/AIXException.cpp:35
+  //   unsigned long lsda;         /* Pointer to LSDA */
+  //   unsigned long personality;  /* Pointerto the personality routine */
+  //   }
----------------
Typo: missing space.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91455/new/
https://reviews.llvm.org/D91455
    
    
More information about the cfe-commits
mailing list