[PATCH] add the -mrecip driver flag and process its options

Sanjay Patel spatel at rotateright.com
Wed Apr 15 17:58:56 PDT 2015


Patch updated to treat -mrecip as a target-independent flag. Clang just does some simple transforms and error-checking on the input strings and passes them through to the backend. The backend is responsible for further processing and target-specific default settings.


http://reviews.llvm.org/D8989

Files:
  include/clang/Basic/TargetOptions.h
  include/clang/Driver/Options.td
  lib/CodeGen/BackendUtil.cpp
  lib/Driver/Tools.cpp
  lib/Frontend/CompilerInvocation.cpp
  test/Driver/mrecip.c

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8989.23816.patch
Type: text/x-patch
Size: 8412 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150416/b6e107e5/attachment.bin>


More information about the cfe-commits mailing list