[LLVMbugs] [Bug 799] NEW: Should use llvm-config to build the llvm tools
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri Jun 2 15:16:39 PDT 2006
http://llvm.org/bugs/show_bug.cgi?id=799
Summary: Should use llvm-config to build the llvm tools
Product: Build scripts
Version: 1.7
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Makefiles
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sabre at nondot.org
Now that llvm-config can be run from the build directory, we should use it (instead of lots of makefile
hackery that knows what is a .a vs .o file) to produce the link options for all the llvm tools.
The only tricky part of this is ensuring that llvm-config is built before the other tools.
-Chris
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list