[PATCH] D69822: [clang] Add new -fdebug-default-version flag.
Paul Robinson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 6 15:53:46 PST 2019
probinson added a comment.
Sigh, one last typo. I'm happy otherwise.
================
Comment at: clang/test/Driver/debug-default-version.c:11
+// environment, we should use codeview. You can enable dwarf, which implicitly
+// disables codeview, of you can explicitly ask for both if you don't know how
+// the app will be debugged.
----------------
s/of you/or you/
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69822/new/
https://reviews.llvm.org/D69822
More information about the cfe-commits
mailing list