[PATCH] D99400: [debug-info] support new tuning debugger type DBX for XCOFF DWARF
    Adrian Prantl via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Mar 26 08:25:11 PDT 2021
    
    
  
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/include/llvm/Target/TargetOptions.h:112
+    SCE,      // Tune debug info for SCE targets (e.g. PS4).
+    DBX       // Tune debug info for dbx.
   };
----------------
Nit: It would be nice to reformat all these comments for Doxygen:
`DBX       ///< Tune debug info for dbx.`
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99400/new/
https://reviews.llvm.org/D99400
    
    
More information about the llvm-commits
mailing list