[PATCH] D129899: Bazel BUILD file for BOLT
Amir Ayupov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 19 16:56:45 PDT 2022
Amir added a comment.
Thank you for working on it. I was able to build llvm-bolt using the following:
llvm-project/utils/bazel$ bazel build --config=generic_gcc @llvm-project//bolt:llvm-bolt
Couple of questions:
1. Do I understand it correctly that BUILD.bazel file need to be kept in sync with CMakeLists.txt?
2. Is it possible to run check-bolt tests with bazel?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129899/new/
https://reviews.llvm.org/D129899
More information about the llvm-commits
mailing list