[Bazel] link backtrace library when building llvm/lib/Support under FreeBSD
authorWilliam Muir <wamuir@gmail.com>
Tue, 26 Oct 2021 21:23:11 +0000 (14:23 -0700)
committerGeoffrey Martin-Noble <gcmn@google.com>
Tue, 26 Oct 2021 21:24:02 +0000 (14:24 -0700)
commit3e94833823fef1e7ff4b26eb42a5b9c5bc9ea822
tree74b738e54ba6d5da34c432211f0d98ce4b984d82
parent5db7568a6a1fcb408eb8988abdaff2a225a8eb72
[Bazel] link backtrace library when building llvm/lib/Support under FreeBSD

Links the backtrace library which is required under FreeBSD when building llvm/lib/Support.  This library is similarly linked by CMake on BSD builds at [llvm/lib/Support/CMakeLists.txt](https://github.com/llvm/llvm-project/blob/e158b5634aa67ea3039a62c3d8bda79b77b3b21c/llvm/lib/Support/CMakeLists.txt#L39-L46)

Reviewed By: GMNGeoffrey

Differential Revision: https://reviews.llvm.org/D110533
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel