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: unassignedb...@nondot.org
          Reporter: zhanglei.ap...@gmail.com
                CC: llvm-bugs@lists.llvm.org, mclow.li...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to