[PATCH] Pass le32-specific flags to -cc1

Eli Bendersky eliben at google.com
Mon Jul 22 17:57:23 PDT 2013


Hello,

This patch adds passing of architecture-specific flags from the Clang
driver to -cc1 for the le32 architecture. The first such flag is
-fno-math-builtin.

This is part 2 of the set of patches that switch the current approach of
CGBuiltin hooks to making the decision in the driver. The first part
(teaching -cc1 about the -fno-math-builtin flag) was committed in r186899.
The third and final part will revert the CGBuiltin hooks and rewrite the
test to use the new logic.

PTAL,
Eli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130722/4351514c/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang-cc1-fmath-no-builtin-for-le32.1.patch
Type: application/octet-stream
Size: 1086 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130722/4351514c/attachment.obj>


More information about the cfe-commits mailing list