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

            Bug ID: 16786
           Summary: LIBRARY_PATH precedence
           Product: clang
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Created attachment 10983
  --> http://llvm.org/bugs/attachment.cgi?id=10983&action=edit
patch

Library paths that are specified in the environment variable LIBRARY_PATH
should have a higher precedence than the system defaults. This, for instance,
allows users to install (updated) libraries in their local home folders. GCC
has a higher precedence for LIBRARY_PATH but unfortunately clang does not.
Attached is a patch that fixes this in clang with gnutools.

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

Reply via email to