[llvm-commits] [PATCH] don't default to Thumb-2 on non-Darwin

Sandeep Patel deeppatel1987 at gmail.com
Thu Sep 3 21:10:17 PDT 2009


r77998 made the default for llvm-gcc be to target Thumb-2 if
available. FSF GCC targets ARM by default. This change made llvm-gcc
much less of a drop-in replacement and violates the "principle of
least surprise" for non-Darwin users.

The attached patch makes r77998 be for Darwin only. OK to commit?

deep
-------------- next part --------------
A non-text attachment was scrubbed...
Name: deep-gcc-thumb-default.diff
Type: application/octet-stream
Size: 648 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090904/281389f4/attachment.obj>


More information about the llvm-commits mailing list