[PATCH] D52191: Fix logic around determining use of frame pointer with -pg.

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 18 11:21:22 PDT 2018


dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.

Sure, looks good. Though my other/vague concern is why does this case error about fomit-frame-pointer having no effect, but other things (like using -fomit-frame-pointer on a target that requires frame pointers) that ignore -fomit-frame-pointer don't? Weird. But it probably makes sense somehow.


Repository:
  rC Clang

https://reviews.llvm.org/D52191





More information about the cfe-commits mailing list