forked from OSchip/llvm-project
Unbreak ccc-analyzer: getcwd is from package Cwd
llvm-svn: 56397
This commit is contained in:
parent
32c1181468
commit
ca8ac081af
|
@ -14,7 +14,7 @@
|
|||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Cwd qw/ abs_path /;
|
||||
use Cwd;
|
||||
use File::Temp qw/ tempfile /;
|
||||
use File::Path qw / mkpath /;
|
||||
|
||||
|
|
Loading…
Reference in New Issue