[LLVMbugs] [Bug 796] NEW: llvm-config: tweak --libs argument

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Jun 1 10:37:11 PDT 2006


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

           Summary: llvm-config: tweak --libs argument
           Product: tools
           Version: 1.7
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: llvm-config
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: sabre at nondot.org


Currently the llvm-config --libs argument prints out library locations w.r.t. the install dir.  llvm-gcc4 
needs to work when pointed to either a build or install dir.  As such, it would be nice to have:

1. A --builtlibs argument that always used paths relative to the build dir.
2. A --installedlibs argument that always used paths relative to the install dir.
3. A --libs argument that printed out paths relative to wherever llvm-config is run from.

In particular, if I run objdir/Debug/bin/llvm-config, --libs should print out #1.  If I run /usr/local/bin/
llvm-config, it should print #2.

llvm-config is really cool btw :)

-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