[PATCH] D20576: [Driver] Add support for -finline-functions and /Ob2 flags

Rudy Pons via cfe-commits cfe-commits at lists.llvm.org
Tue May 24 13:12:12 PDT 2016


Ilod updated this revision to Diff 58302.
Ilod added a comment.

Thanks!

Updated to respect the 80-columns limit.
Updated the tests to have a clearer checks. (I don't know well the FileCheck, so I took example from test/CodeGen/noinline.c, but this is indeed more comprehensible).


http://reviews.llvm.org/D20576

Files:
  include/clang/Driver/CLCompatOptions.td
  include/clang/Driver/Options.td
  lib/Driver/Tools.cpp
  lib/Frontend/CompilerInvocation.cpp
  test/CodeGen/inline-optim.c
  test/Driver/cl-options.c
  test/Driver/clang_f_opts.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20576.58302.patch
Type: text/x-patch
Size: 6655 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160524/56a341d3/attachment.bin>


More information about the cfe-commits mailing list