summaryrefslogtreecommitdiffstats
path: root/llvm/utils/GenLibDeps.pl
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-05-30 22:47:19 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-05-30 22:47:19 +0000
commit215c528565a83da1c582f5758d962132654c45a1 (patch)
treea2284eff108787a04c9f4ea324018d66b6897f46 /llvm/utils/GenLibDeps.pl
parent82c85c8435581f1e65e6329decc0d4df00e1a45e (diff)
downloadbcm5719-llvm-215c528565a83da1c582f5758d962132654c45a1.tar.gz
bcm5719-llvm-215c528565a83da1c582f5758d962132654c45a1.zip
Revert 51775.
llvm-svn: 51795
Diffstat (limited to 'llvm/utils/GenLibDeps.pl')
-rwxr-xr-xllvm/utils/GenLibDeps.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/GenLibDeps.pl b/llvm/utils/GenLibDeps.pl
index 35811b4e3cd..74eedd3383b 100755
--- a/llvm/utils/GenLibDeps.pl
+++ b/llvm/utils/GenLibDeps.pl
@@ -96,7 +96,7 @@ sub gen_one_entry {
print " <dt><b>$lib</b</dt><dd><ul>\n";
}
open UNDEFS,
- "$nmPath -g -u $Directory/$lib | sed -e 's/^[ 0]* U //' | sort | uniq |";
+ "$nmPath -g -u $Directory/$lib | sed -e 's/^ *U //' | sort | uniq |";
my %DepLibs;
while (<UNDEFS>) {
chomp;
OpenPOWER on IntegriCloud