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

            Bug ID: 19543
           Summary: Linking with LLVM shared library outside of build tree
                    fails
           Product: Build scripts
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Makefiles
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Created attachment 12431
  --> http://llvm.org/bugs/attachment.cgi?id=12431&action=edit
Fix for handling shared libraries

If an external projects tries to link with the library libLLVM3.*.so it fails
as Makefile.rules searches in the project lib directory not in the LLVM
directory.

Patch to fix that is attached.

(In case it gets committed, please apply it as well to the 3.4 branch).

Thanks.

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