[PATCH] D60238: Verify that Android targets generate DWARF 4 by default.
Stephen Hines via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 3 16:53:09 PDT 2019
srhines marked an inline comment as done.
srhines added inline comments.
================
Comment at: clang/test/Driver/debug-options.c:280
// G_STANDALONE: "-debug-info-kind=standalone"
+// G_DWARF2: "-dwarf-version=2"
// G_DWARF4: "-dwarf-version=4"
----------------
aprantl wrote:
> What's that for?
Look at Line 30. You added references to it from a while ago, but it didn't exist.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60238/new/
https://reviews.llvm.org/D60238
More information about the cfe-commits
mailing list