forked from OSchip/llvm-project
[analyzer] Incorrect env variable replaced.
llvm-svn: 244673
This commit is contained in:
parent
956e29cc8e
commit
8be92ef3a1
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue