[PATCH] D143295: [bazel] Move bazel configuration to a Python script
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 3 14:06:25 PST 2023
thopre created this revision.
thopre added reviewers: chapuni, mehdi_amini, GMNGeoffrey, MaskRay, thieta, rupprecht, thakis.
Herald added subscribers: bzcheeseman, rriddle.
Herald added a project: All.
thopre requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer.
Herald added a project: LLVM.
Move logic to call the bazel overlay script and create targets.bzl and
vars.bzl into a python script to be used when building LLVM from an
external WORKSPACE such as when doing a repository override for
llvm-project in tensorflow MLIR backend. This allows setting up the
overlay more easily and keep the instructions stable upon changes in
LLVM.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D143295
Files:
utils/bazel/configure.bzl
utils/bazel/configure_overlay.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143295.494729.patch
Type: text/x-patch
Size: 10250 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230203/3e96c2e6/attachment.bin>
More information about the llvm-commits
mailing list