[LLVMbugs] [Bug 15493] New: No option to build shared libLLVM-version.so in CMake
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Mar 11 19:57:30 PDT 2013
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: unassignedbugs at nondot.org
Reporter: rnddim at gmail.com
CC: llvmbugs at cs.uiuc.edu
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130312/c99783fd/attachment.html>
More information about the llvm-bugs
mailing list