]> granicus.if.org Git - clang/commit
Add a test that ensures the Clang driver behaves itself when the PATH
authorChandler Carruth <chandlerc@gmail.com>
Tue, 2 Dec 2014 00:53:20 +0000 (00:53 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 2 Dec 2014 00:53:20 +0000 (00:53 +0000)
commitd385dba9ea5effae395c3e02cd068ab077041dd2
tree84bc32503ca229cb854593d585f207bce278f237
parentde75064288205f2c92f4f2691e663f838b5f382f
Add a test that ensures the Clang driver behaves itself when the PATH
environment variable is changed to strange things out from under it.
Prior to r223099 in LLVM, these test cases would crash in various ways
(assert fails, stack exhaustion, etc.).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223100 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/env.c [new file with mode: 0644]