]> granicus.if.org Git - clang/commit
Enable -mcpu=native and -march=native for arm targets.
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 26 Jun 2012 22:20:06 +0000 (22:20 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 26 Jun 2012 22:20:06 +0000 (22:20 +0000)
commit92c4fd5c17a5fd433cca7ddecb0ad4a104baa59c
tree43d757ce2e5027da82747ba33a8f58de74d6fbf1
parent7349cce2b303c8cc1e00c3aa7192513d6ca5004f
Enable -mcpu=native and -march=native for arm targets.

This is only implemented on linux at the moment.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159232 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp