[PATCH] D56353: Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer' with '-mframe-pointer'

Phabricator via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 20 15:52:05 PDT 2019


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL366645: [Clang] Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer' (authored by yuanfang, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D56353?vs=210014&id=210975#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D56353

Files:
  cfe/trunk/include/clang/Basic/CodeGenOptions.def
  cfe/trunk/include/clang/Basic/CodeGenOptions.h
  cfe/trunk/include/clang/Driver/CC1Options.td
  cfe/trunk/include/clang/Driver/Options.td
  cfe/trunk/lib/CodeGen/CGCall.cpp
  cfe/trunk/lib/Driver/ToolChains/Clang.cpp
  cfe/trunk/lib/Frontend/CompilerInvocation.cpp
  cfe/trunk/test/CodeGen/msp430-fp-elim.c
  cfe/trunk/test/CodeGen/x86_64-profiling-keep-fp.c
  cfe/trunk/test/CodeGen/xcore-abi.c
  cfe/trunk/test/CodeGen/xcore-abi.cpp
  cfe/trunk/test/CodeGenCXX/global-init.cpp
  cfe/trunk/test/CodeGenObjCXX/msabi-stret.mm
  cfe/trunk/test/Driver/cl-options.c
  cfe/trunk/test/Driver/clang-translation.c
  cfe/trunk/test/Driver/frame-pointer-elim.c
  cfe/trunk/test/Driver/frame-pointer.c
  cfe/trunk/test/Driver/woa-fp.c
  cfe/trunk/test/Driver/xcore-opts.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56353.210975.patch
Type: text/x-patch
Size: 21577 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190720/5ed19c67/attachment-0001.bin>


More information about the cfe-commits mailing list