Permalink
1 comment
on commit
sign in to comment.
Browse files
build: explicitly set the linker language for unwind
The unwinder should not depend on libc++. In fact, we do not end up with a link against libc++ as we do not have a dependency on libc++ at runtime. This ensures that we link with `clang` rather than `clang++`.
- Loading branch information
This comment has been minimized.
krytarowski commented onNov 5, 2019
6db7a5c
@compnerd this broke the NetBSD builtbot: http://lab.llvm.org:8014/builders/netbsd-amd64/builds/81
Please fix.
CC: @mgorny