]> granicus.if.org Git - clang/commit
Remove environment variables from driver tests
authorSteven Wu <stevenwu@apple.com>
Wed, 24 Jun 2015 19:30:36 +0000 (19:30 +0000)
committerSteven Wu <stevenwu@apple.com>
Wed, 24 Jun 2015 19:30:36 +0000 (19:30 +0000)
commit1e6e9d1a37424cd3cfb9131fbeb2c26c30b981d9
treec086892e278c81de7b8e9f1b47c67a5bd3293f2a
parent096560832fb493d875541c67895eb8a8620b68ed
Remove environment variables from driver tests

Summary:
Remove some of dangerous environmental variables from clang/Driver tests.
Driver tests should not rely on preset value of these variables and may
actually fail because of them.
They cannot be removed in test/lit.cfg because we still need to support
relocatable SDKs and other overwrite for other clang tests.

Reviewers: bogner

Subscribers: rnk, cfe-commits

Differential Revision: http://reviews.llvm.org/D7135

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@240574 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/lit.local.cfg