]> granicus.if.org Git - clang/commit
Remove unused option.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 24 Sep 2013 00:10:56 +0000 (00:10 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 24 Sep 2013 00:10:56 +0000 (00:10 +0000)
commitc3c66879c329bf8caf4f0fcf62093c93a3f8c342
tree674c82d5c8fa8f2a813cb0215641ab6871db5ca8
parent89e32745123c02159fa1d1f19f96bdd4173029f0
Remove unused option.

gcc doesn't support "gcc -m sse" and this was not tested in clang and only
used for link argument on darwin, so this was very likely just a bug.

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