[LLVMbugs] [Bug 6280] New: Use information from configure script more accurately

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Feb 11 14:31:12 PST 2010


http://llvm.org/bugs/show_bug.cgi?id=6280

           Summary: Use information from configure script more accurately
           Product: new-bugs
           Version: trunk
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: minor
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: reeuwijk at few.vu.nl
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=4214)
 --> (http://llvm.org/bugs/attachment.cgi?id=4214)
The patch described above

The small attached patch against the current trunk avoids using setrlimit() if
the configure script has determined that it isn't available. If getrlimit() is
not available, no attempt is made to set resource limits either, since
setrlimit() gets limits that are first initialized with getrlimit().

The attached patch also makes references to a few more signals conditional,
since they are at least on the current minix 3 system not available.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list