[cfe-commits] r88819 - in /cfe/trunk: lib/Driver/Tools.cpp test/Driver/clang-translation.c
Chris Lattner
clattner at apple.com
Sun Nov 22 07:26:50 PST 2009
On Nov 14, 2009, at 2:04 PM, Daniel Dunbar wrote:
> Author: ddunbar
> Date: Sat Nov 14 16:04:54 2009
> New Revision: 88819
>
> URL: http://llvm.org/viewvc/llvm-project?rev=88819&view=rev
> Log:
> Add clang -mcpu=native support, patch by Roman Divacky, varioustweaks by me.
> - We still need support for detecting the target features, since the name
> doesn't actually do a good job of decribing what the CPU supports (for LLVM).
Very cool. Should this be the default on linux and BSDs?
-Chris
More information about the cfe-commits
mailing list