commit | dd4ca27547c8a5de3ff9ce234dec63cb150ed30e | [log] [tgz] |
---|---|---|
author | Petr Hosek <phosek@google.com> | Mon Jul 11 08:08:37 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jul 15 00:31:23 2022 -0700 |
tree | ce009835ec52056d500b824d8a975a257268a08f | |
parent | 0a7db0cb34ff21755f4970fb159063e07cd57ae6 [diff] |
[compiler-rt][CMake] Set --unwindlib=none when using LLVM libunwind 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 and libcxxabi. Differential Revision: https://reviews.llvm.org/D129472 GitOrigin-RevId: 6699f554880087106a02be1675395bf2cc6f46c8