[LLVMbugs] [Bug 3476] New: libLTO doesn't show up in llvm-config

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Feb 3 20:10:00 PST 2009


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

           Summary: libLTO doesn't show up in llvm-config
           Product: tools
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: lto
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: nicholas at mxc.ca
                CC: llvmbugs at cs.uiuc.edu, danchr at gmail.com


I'd like tools/gold to depend on libLTO, but it can't because llvm-config
doesn't even list it.

It doesn't list it because of the name. llvm-config matches libLLVM* and LLVM*.
However, even adding libLTO* wouldn't match because libLTO isn't built until
after llvm-config. That's because -- ready for it? -- libLTO has a list of
required llvm-config components.


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