Displaying 2 results from an estimated 2 matches for "333cc39c".
2013 Apr 13
0
[LLVMdev] LLVM shared library naming
Michael Young <mikado_282 at hotmail.com> writes:
> When I configure and build LLVM (on Linux - Ubuntu 12.04) with the
> "--enable-shared" option, I get a shared library named "libLLVM-3.2svn.so",
> regardless of whether I build from sources pulled from the repository
> (even when pulling from "tags/RELEASE_32/final") or from the release tarballs.
2013 Apr 13
2
[LLVMdev] LLVM shared library naming
When I configure and build LLVM (on Linux - Ubuntu 12.04) with the
"--enable-shared" option, I get a shared library named "libLLVM-3.2svn.so",
regardless of whether I build from sources pulled from the repository
(even when pulling from "tags/RELEASE_32/final") or from the release tarballs.
Is this correct behavior?
Even if this odd naming is what is expected, why