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

            Bug ID: 15493
           Summary: No option to build shared libLLVM-version.so in CMake
           Product: Build scripts
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: cmake
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

The ./configure system has the option --enable-shared, which creates a
libLLVM-version.so file, e.g. libLLVM-3.3.so.

There is a similarly named option available from CMake. This option builds .so
files instead of .a files, but doesn't create the libLLVM-version.so file,
which is required for certain programs, e.g. the OpenShadingLanguage project. I
request that either this existing CMake option or a new option would allow the
creation of libLLVM-version.so with CMake.

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