[all-commits] [llvm/llvm-project] 7381de: [bazel] Update example workspace files with depend...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Wed Aug 2 11:22:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7381dec436158cbe1b3967dfd3d233ef9547ae7b
https://github.com/llvm/llvm-project/commit/7381dec436158cbe1b3967dfd3d233ef9547ae7b
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M utils/bazel/examples/http_archive/WORKSPACE
M utils/bazel/examples/submodule/WORKSPACE
Log Message:
-----------
[bazel] Update example workspace files with dependencies
Currently, the example workspace files do not work properly. The
llvm_disable_optional_support_deps option was removed in 7b5d6cd
and zlib and zstd have been needed-by-default dependencies for a while,
so it would make sense to show definitions in the example bazel
workspace files, especially given the version sensitivity of the zlib-ng
build. This patch removes the use of dated build config flags and adds
dependency definitions to both of the example workspaces.
Reviewed By: aaronmondal
Differential Revision: https://reviews.llvm.org/D156654
More information about the All-commits
mailing list