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

            Bug ID: 21407
           Summary: LLVMConfig.cmake has wrong LLVM_LIBRARY_DIRS on
                    systems that use lib64
           Product: Build scripts
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: cmake
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

On my system (openSuSE) it shows LLVM_LIBRARY_DIRS points to /usr/local/lib
instead of /usr/local/lib64

This line here is wrong (line 97 in 3.5):
set(LLVM_LIBRARY_DIRS "${LLVM_INSTALL_PREFIX}/lib")

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