[llvm-bugs] [Bug 42858] New: Out-of-tree build of static library fails when compiled against static libunwind
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Aug 1 03:02:51 PDT 2019
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: unassignedbugs at nondot.org
Reporter: pu.y at delley.net
CC: llvm-bugs at lists.llvm.org, mclow.lists at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190801/bd00fba1/attachment.html>
More information about the llvm-bugs
mailing list