[PATCH] D63167: [Clang] Remove obsolete -enable-split-dwarf={single,split}
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 11 17:57:53 PDT 2019
dblaikie added inline comments.
================
Comment at: include/clang/Basic/CodeGenOptions.def:263
-ENUM_CODEGENOPT(SplitDwarfMode, DwarfFissionKind, 2, NoFission) ///< DWARF fission mode to use.
+CODEGENOPT(EnableSplitDwarf, 1, 0) ///< Whether to enable split DWARF.
----------------
Could we skip this and rely on "SplitDwarFile" being non-empty?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63167/new/
https://reviews.llvm.org/D63167
More information about the cfe-commits
mailing list