[PATCH] D71863: Ignore "no-frame-pointer-elim" and "no-frame-pointer-elim-non-leaf" in favor of "frame-pointer"

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 25 09:28:20 PST 2019


rnk added a comment.

In D71863#1795794 <https://reviews.llvm.org/D71863#1795794>, @ychen wrote:

> Probably need to translate old attributes to new attribute in `AutoUpgrade.cpp`? Otherwise, this may cause problems for existing LTO libraries.


+1, let's do that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71863





More information about the llvm-commits mailing list