[PATCH] D67216: [cfi] Add flag to always generate .debug_frame
David Candler via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 17 02:35:34 PDT 2019
dcandler added a comment.
Ping?
I already spotted the line in CommandFlags.inc needs formatting with a couple of breaks. Also the help text in Options.td could be clearer. In particular, -gno-dwarf-frame shouldn't suggest .debug_frame won't be generated at all (since -g might still emit it). It should probably be more along the lines of:
-gdwarf-frame: "Emit a debug_frame section"
-gno-dwarf-frame: "Don't explicitly emit a debug_frame section"
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67216/new/
https://reviews.llvm.org/D67216
More information about the cfe-commits
mailing list