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

Yuanfang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 24 19:23:38 PST 2019


ychen added a comment.

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


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