[llvm-bugs] [Bug 28659] New: libunwind: support building shared lib and static lib simultaneously

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Jul 21 22:32:45 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=28659

            Bug ID: 28659
           Summary: libunwind: support building shared lib and static lib
                    simultaneously
           Product: libc++abi
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: zhanglei.april at gmail.com
                CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com
    Classification: Unclassified

Created attachment 16790
  --> https://llvm.org/bugs/attachment.cgi?id=16790&action=edit
patch for libunwind's cmake scripts

Hi,

Currently libunwind can be configured to build either shared lib or static lib,
but not both. Downstream package maintainers may want to build/install shared
lib and static lib simultaneously, without configuring twice.

Attached is patch that add support for building static lib along with shared
lib.

Thanks.

-- 
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/20160722/653e1026/attachment.html>


More information about the llvm-bugs mailing list