]> granicus.if.org Git - clang/commitdiff
Unbreak ccc-analyzer: getcwd is from package Cwd
authorTed Kremenek <kremenek@apple.com>
Sun, 21 Sep 2008 18:26:19 +0000 (18:26 +0000)
committerTed Kremenek <kremenek@apple.com>
Sun, 21 Sep 2008 18:26:19 +0000 (18:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56397 91177308-0d34-0410-b5e6-96231b3b80d8

utils/ccc-analyzer

index 182b06c013cdd40bb2cc29b319a66e603af25744..960d24f4c68e24a1fbff1cba3e7ed009f000eac1 100755 (executable)
@@ -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 /;