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: [email protected]
ReportedBy: [email protected]
CC: [email protected], [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs