[Driver] Remove discouraged -gcc-toolchain
authorFangrui Song <i@maskray.me>
Fri, 20 Aug 2021 23:36:42 +0000 (16:36 -0700)
committerFangrui Song <i@maskray.me>
Fri, 20 Aug 2021 23:36:42 +0000 (16:36 -0700)
commitb686fc7a1bea5847676ee0f4e03d4318b0e9e350
treecb9646a26718882d8038d9e7c996f55887a84c65
parent67bf3ac7446bd8ba16bb5ef82fa9f28a848616da
[Driver] Remove discouraged -gcc-toolchain

Space separated driver options are uncommon but Clang traditionally
did not do a good job. --gcc-toolchain= is the preferred form.

This discourage form appears to be rare, so we can just drop it.

Reviewed By: phosek

Differential Revision: https://reviews.llvm.org/D108494
clang/include/clang/Driver/Options.td