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)
commitb0092d76fe65741d62a69ee7a651601ae699cdf7
tree213bcf8ab09398d91556dc8eaf14cbb91df34f2b
parent75a3ccd177c2d85327e392204b27b4aac69390fd
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.

llvm-svn: 189976
clang/include/clang/Driver/Options.td
clang/lib/Driver/Tools.cpp