Don't set the -target-cpu and -target-features attributes just now.
authorBill Wendling <isanbard@gmail.com>
Tue, 26 Feb 2013 23:01:33 +0000 (23:01 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 26 Feb 2013 23:01:33 +0000 (23:01 +0000)
commitfdfd70a00c4f910ddb19ef139e71f8a7ae8cdbdd
tree69a86435d7e52fc30de5261c401bd165b6c3806c
parent344d36aa9f639523513b8ca0b834831440c4e541
Don't set the -target-cpu and -target-features attributes just now.

This is causing some problems with some of the builders. It's non-trivial to
reset the target's features.

llvm-svn: 176133
clang/lib/CodeGen/CGCall.cpp