[PATCH] D20647: Add support for /Ob1 and -finline-hint-functions flags

Rudy Pons via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 21 12:16:59 PDT 2016


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

Fixed passing argument from clang driver to cc1.
Added driver tests.


http://reviews.llvm.org/D20647

Files:
  include/clang/Driver/CLCompatOptions.td
  include/clang/Driver/Options.td
  include/clang/Frontend/CodeGenOptions.h
  lib/CodeGen/BackendUtil.cpp
  lib/CodeGen/CodeGenFunction.cpp
  lib/Driver/MSVCToolChain.cpp
  lib/Driver/Tools.cpp
  lib/Frontend/CompilerInvocation.cpp
  test/CodeGen/inline-optim.c
  test/CodeGenCXX/inline-hint.cpp
  test/Driver/cl-options.c
  test/Driver/finline.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20647.61418.patch
Type: text/x-patch
Size: 14086 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160621/0e53127a/attachment.bin>


More information about the cfe-commits mailing list