]> granicus.if.org Git - clang/commit
Remove support for the QA_OVERRIDE_GCC3_OPTIONS environment variable.
authorBob Wilson <bob.wilson@apple.com>
Sun, 23 Feb 2014 00:11:56 +0000 (00:11 +0000)
committerBob Wilson <bob.wilson@apple.com>
Sun, 23 Feb 2014 00:11:56 +0000 (00:11 +0000)
commita709481d660b84810e923b163ad173bd6f60edc3
tree964938b7266e4523a0018a342bfe1f4c13a86b49
parent9c1883ccfcece3766ea9b922c267f877008312ea
Remove support for the QA_OVERRIDE_GCC3_OPTIONS environment variable.

In r199283 I switched the name of this variable to CCC_OVERRIDE_OPTIONS, but
I kept some code to continue recognizing the old name temporarily. As far as
I know, the only use of this was for some internal testing at Apple, and we've
now switched to use the new name. If anyone else is still using this and needs
more time to switch names, I guess we'll find out! <rdar://problem/15821425>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201962 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/qa_override.c
tools/driver/driver.cpp