[PATCH] D20419: [Sparc] Add software float option -msoft-float

Jacob Baungard Hansen via cfe-commits cfe-commits at lists.llvm.org
Thu May 19 02:25:26 PDT 2016


jacob_hansen created this revision.
jacob_hansen added reviewers: jyknight, lero_chris.
jacob_hansen added a subscriber: cfe-commits.
Herald added a subscriber: jyknight.

Following patch D19265 which enable software floating point support in the Sparc backend, this patch enables the option to be enabled in the front-end using the -msoft-float option.

The user should ensure a library (such as the builtins from Compiler-RT) that includes the software floating point routines is provided.

http://reviews.llvm.org/D20419

Files:
  lib/Basic/Targets.cpp
  lib/Driver/Tools.cpp
  lib/Driver/Tools.h
  test/CodeGen/function-target-features.c
  test/Driver/sparc-float.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20419.57747.patch
Type: text/x-patch
Size: 8576 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160519/2fa49af1/attachment-0001.bin>


More information about the cfe-commits mailing list