[LLVMbugs] [Bug 7397] New: libs-only target for clang

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jun 17 01:54:47 PDT 2010


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

           Summary: libs-only target for clang
           Product: clang
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: esteaqui at hotmail.com
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=5047)
 --> (http://llvm.org/bugs/attachment.cgi?id=5047)
Patch to add libs-only target

While building our project, we noticed that linking the clang binary took a
very long time and consumed moderate ammounts of memory while in debug build.
We added this patch to the makefile to speed-up compilation, since we dont use
the binaries (we only link to the libraries). Since llvm already has this
option, we figured it could be added to clang too.

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