search for: lib_printed

Displaying 2 results from an estimated 2 matches for "lib_printed".

2009 Aug 25
0
[LLVMdev] Build issues on Solaris
...;/dt><dd><ul>\n"; } - open UNDEFS, - "$nmPath -u $Directory/$lib | sed -e 's/^[ 0]* U //' | sort | uniq |"; my %DepLibs; + open UNDEFS, "$nmPath -u $Directory/$lib |"; while (<UNDEFS>) { chomp; + s/^[ 0]* *U? //; my $lib_printed = 0; if (defined($libdefs{$_}) && $libdefs{$_} ne $lib) { $DepLibs{$libdefs{$_}} = [] unless exists $DepLibs{$libdefs{$_}}; @@ -118,33 +118,7 @@ } } close UNDEFS or die "nm failed"; - unless(keys %DepLibs) { - # above failed - open UNDEFS, "$nmPa...
2009 Aug 19
2
[LLVMdev] Build issues on Solaris
Duncan Sands wrote: > Hi Nathan, > > >> The latter being what GenLibDeps.pl expects to see. All else being >> equal though, it might be better to change GenLibDeps.pl to recognize >> the first version: >> --- GenLibDeps.pl (revision 78653) >> +++ GenLibDeps.pl (working copy) >> @@ -100,7 +100,7 @@ >> print "