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

            Bug ID: 42858
           Summary: Out-of-tree build of static library fails when
                    compiled against static libunwind
           Product: libc++abi
           Version: 9.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedb...@nondot.org
          Reporter: p...@delley.net
                CC: llvm-bugs@lists.llvm.org, mclow.li...@gmail.com

The problem is that the final merge step for libc++abi expects to find the
location of the libunwind archive from the CMake target, which only exists for
in-tree builds. To me, that seems like a bug in the CMake scripts for libc++abi
- I would assume that the intention is to support static builds for out-of-tree
builds.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to