https://bugs.llvm.org/show_bug.cgi?id=45348
Bug ID: 45348
Summary: LIBCXXABI_ENABLE_STATIC_UNWINDER should work for
standalone builds
Product: libc++abi
Version: 10.0
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: unassignedb...@nondot.org
Reporter: raul+l...@tambre.ee
CC: llvm-bugs@lists.llvm.org, mclow.li...@gmail.com
libcxxabi/src/CMakeLists:270 uses "$<TARGET_LINKER_FILE:unwind_static>". The
unwind_static doesn't exist unless building as part of LLVM. It would be useful
if this searched for libunwind in a standalone build and/or allowed the user to
specify the location.
CMake Error at src/CMakeLists.txt:263 (add_custom_command):
Error evaluating generator expression:
$<TARGET_LINKER_FILE:unwind_static>
No target "unwind_static"
CMake Error at src/CMakeLists.txt:263 (add_custom_command):
Error evaluating generator expression:
$<TARGET_LINKER_FILE:unwind_static>
No target "unwind_static
--
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