]> granicus.if.org Git - clang/commit
[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)
commit189373170330e3d551bdb28c9762d606f3bcb931
tree8264fcefa0e7caccf9b1c6c6a38462c04f24beda
parent25582fc0aeac053cdc115ee95cbed53f28bf592e
[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

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