зеркало из https://github.com/microsoft/clang-1.git
Properly "include" abs_path.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60502 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
990c2f45e5
Коммит
cd25c13ade
|
@ -19,7 +19,7 @@ use Digest::MD5;
|
||||||
use File::Basename;
|
use File::Basename;
|
||||||
use Term::ANSIColor;
|
use Term::ANSIColor;
|
||||||
use Term::ANSIColor qw(:constants);
|
use Term::ANSIColor qw(:constants);
|
||||||
use Cwd;
|
use Cwd qw/ getcwd abs_path /;
|
||||||
use Sys::Hostname;
|
use Sys::Hostname;
|
||||||
|
|
||||||
my $Verbose = 0; # Verbose output from this script.
|
my $Verbose = 0; # Verbose output from this script.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче