mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Remove Burg as a directory to be considered.
llvm-svn: 27906
This commit is contained in:
parent
d900947d0c
commit
416e895b56
@ -133,7 +133,6 @@ sub ValidateDirectory
|
||||
return 0 if ($d =~ /.*Debug.*/);
|
||||
return 0 if ($d =~ /.*Release.*/);
|
||||
return 0 if ($d =~ /.*Profile.*/);
|
||||
return 0 if ($d =~ /.*utils\/Burg.*/);
|
||||
return 0 if ($d =~ /.*docs\/CommandGuide\/html.*/);
|
||||
return 0 if ($d =~ /.*docs\/CommandGuide\/man.*/);
|
||||
return 0 if ($d =~ /.*docs\/CommandGuide\/ps.*/);
|
||||
|
Loading…
Reference in New Issue
Block a user