]> granicus.if.org Git - clang/commit
Remove the -fuse-gold-plugin driver option.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 4 Sep 2013 19:37:35 +0000 (19:37 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 4 Sep 2013 19:37:35 +0000 (19:37 +0000)
commit6155fbe1f6674eb0aab98156925938fec558e335
tree9fd111c9c0d2dd3e354f5617d60d1f41369e13ab
parenta7a2a24956a53541acad07583c92747044e5bb95
Remove the -fuse-gold-plugin driver option.

* It was redundant with -flto.
* It was confusing since -uAnythingElse is a different option.
* GCC uses -fuse-linker-plugin, so it was not even a compatibility option.

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