[LLVMbugs] [Bug 19543] New: Linking with LLVM shared library outside of build tree fails

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Apr 24 05:22:07 PDT 2014


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: unassignedbugs at nondot.org
          Reporter: martin at se.inf.tu-dresden.de
                CC: llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140424/bff801b1/attachment.html>


More information about the llvm-bugs mailing list