[all-commits] [llvm/llvm-project] 3e9483: [Bazel] link backtrace library when building llvm/...
William Muir via All-commits
all-commits at lists.llvm.org
Tue Oct 26 14:24:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e94833823fef1e7ff4b26eb42a5b9c5bc9ea822
https://github.com/llvm/llvm-project/commit/3e94833823fef1e7ff4b26eb42a5b9c5bc9ea822
Author: William Muir <wamuir at gmail.com>
Date: 2021-10-26 (Tue, 26 Oct 2021)
Changed paths:
M utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Log Message:
-----------
[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
More information about the All-commits
mailing list