[PATCH] D67216: [cfi] Add flag to always generate .debug_frame

David Candler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 17 09:28:45 PDT 2019


dcandler added a comment.

I added the negative option more as a way to disable the flag, since I'm currently looking at cases where it may want to be turned on by default (and a negative option would then allow you to only get .eh_frame in cases where you'd get both .debug_frame/.eh_frame).

The other suggested name of -gdwarf-frame-always might then better describe the behavior, as the negative -gno-dwarf-frame-always wouldn't sound quite so misleading (since 'not always' equates to 'sometimes').


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67216/new/

https://reviews.llvm.org/D67216





More information about the llvm-commits mailing list