Revert 51775.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51795 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng
2008-05-30 22:47:19 +00:00
parent 8666cc3b99
commit 652f7ea955
13 changed files with 40 additions and 45 deletions

View File

@@ -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;