diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2008-05-30 22:47:19 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2008-05-30 22:47:19 +0000 |
| commit | 215c528565a83da1c582f5758d962132654c45a1 (patch) | |
| tree | a2284eff108787a04c9f4ea324018d66b6897f46 /llvm/utils/GenLibDeps.pl | |
| parent | 82c85c8435581f1e65e6329decc0d4df00e1a45e (diff) | |
| download | bcm5719-llvm-215c528565a83da1c582f5758d962132654c45a1.tar.gz bcm5719-llvm-215c528565a83da1c582f5758d962132654c45a1.zip | |
Revert 51775.
llvm-svn: 51795
Diffstat (limited to 'llvm/utils/GenLibDeps.pl')
| -rwxr-xr-x | llvm/utils/GenLibDeps.pl | 2 |
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; |

