[llvm-bugs] [Bug 27706] New: LIBCXX_ENABLE_SHARED=OFF creates build error
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue May 10 17:42:02 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27706
Bug ID: 27706
Summary: LIBCXX_ENABLE_SHARED=OFF creates build error
Product: libc++
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: rgoodfel at isi.edu
CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com
Classification: Unclassified
Created attachment 16355
--> https://llvm.org/bugs/attachment.cgi?id=16355&action=edit
svn diff patch
libc++ trunk revision 268989
When building libc++ with LIBCXX_ENABLE_SHARED=OFF, there is a script called
gen_link_script.py that is launched to create a linker script in place of the
shared library symlink that is generated by the build. gen_link_script.py fails
for a static library because no such symlink is created, just an archive file.
I have included a patch for the lib/CMakeLists.txt file that seems to fix this
(it is at least building successfully now).
Thanks
~ ry
--
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/20160511/ff9aa2d8/attachment.html>
More information about the llvm-bugs
mailing list