mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 10:08:59 +08:00
We already link libunwind explicitly so avoid trying to link toolchain's default libunwind which may be missing. This matches what we already do for libcxx. Differential Revision: https://reviews.llvm.org/D129469