[driver] Remove obsolete support for -A link option. The standard -A option is
authorChad Rosier <mcrosier@apple.com>
Wed, 16 May 2012 23:45:12 +0000 (23:45 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 16 May 2012 23:45:12 +0000 (23:45 +0000)
commit06fd3c61be11db14c6855694a1f1f00c0ecabc5a
treeeca33c67bf691c01339577e0b7c8bfbb44296152
parent109d5ed96d985c0a65ca8dae851c48fc0abeb6d2
[driver] Remove obsolete support for -A link option.  The standard -A option is
used by the preprocessor.  Apple's GCC also supported a -A option for linking.

The ld man page has the following:
 -A basefile - Obsolete incremental load format.  This option is obsolete.

Nick Kledzik confirms this option is no longer needed/supported.
rdar://11455614

llvm-svn: 156965
clang/lib/Driver/Tools.cpp