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: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
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
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs