[analyzer] Incorrect env variable replaced.

llvm-svn: 244673
This commit is contained in:
Anton Yartsev 2015-08-11 21:24:19 +00:00
parent 956e29cc8e
commit 8be92ef3a1
1 changed files with 1 additions and 1 deletions

View File

@ -920,7 +920,7 @@ sub SetEnv {
$ENV{$opt} = $Options->{$opt};
}
foreach my $opt ('CCC_ANALYZER_STORE_MODEL',
'CCC_ANALYZER_PLUGINS',
'CCC_ANALYZER_CONSTRAINTS_MODEL',
'CCC_ANALYZER_INTERNAL_STATS',
'CCC_ANALYZER_OUTPUT_FORMAT') {
my $x = $Options->{$opt};