[PATCH] D99400: [debug-info] support new tuning debugger type DBX for XCOFF DWARF
ChenZheng via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 31 21:12:09 PDT 2021
shchenz added inline comments.
================
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.
};
----------------
aprantl wrote:
> Nit: It would be nice to reformat all these comments for Doxygen:
> `DBX ///< Tune debug info for dbx.`
Thanks. Done in the commit
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99400/new/
https://reviews.llvm.org/D99400
More information about the cfe-commits
mailing list