Displaying 2 results from an estimated 2 matches for "objdef".
Did you mean:
objdefs
2009 Aug 25
0
[LLVMdev] Build issues on Solaris
...9;)+5) if -1!=index($_,' *U ');
- chomp;
- my $lib_printed = 0;
- if (defined($libdefs{$_}) && $libdefs{$_} ne $lib) {
- $DepLibs{$libdefs{$_}} = [] unless exists
$DepLibs{$libdefs{$_}};
- push(@{$DepLibs{$libdefs{$_}}}, $_);
- } elsif (defined($objdefs{$_}) && $objdefs{$_} ne $lib) {
- my $libroot = $lib;
- $libroot =~ s/lib(.*).a/$1/;
- if ($objdefs{$_} ne "$libroot.o") {
- $DepLibs{$objdefs{$_}} = [] unless exists
$DepLibs{$objdefs{$_}};
- push(@{$DepLibs{$objdefs{$_}}}, $_);
-...
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 "