[PATCH] D90352: Introduce a Bazel build configuration
Geoffrey Martin-Noble via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 29 11:40:31 PDT 2020
GMNGeoffrey added a comment.
In D90352#2361384 <https://reviews.llvm.org/D90352#2361384>, @tschuett wrote:
> Could you add something similar to https://github.com/llvm/llvm-project/blob/master/llvm/utils/gn/README.rst?
>
> - How to build something?
> - How to use clang/llvm/mlir as an external dependency?
Yes I'll work on adding such a readme. My intent was to do so based on the discussions in the RFC
================
Comment at: utils/bazel/.bazelrc:95
+# Configuration for building remotely using Remote Build Execution (RBE)
+# https://cloud.google.com/remote-build-execution/
+# Based on https://github.com/bazelbuild/bazel-toolchains/blob/master/bazelrc/bazel-1.0.0.bazelrc
----------------
tschuett wrote:
> This page does not exist.
It's an alpha project so it's docs are apparently locked down :-/ I'll investigate further.
================
Comment at: utils/bazel/llvm-project-overlay/mlir/test/BUILD:1
+# This file is licensed under the Apache License v2.0 with LLVM Exceptions.
+# See https://llvm.org/LICENSE.txt for license information.
----------------
aartbik wrote:
> don't we need a build file for mlir/integration_test as well?
If we want to build the integration_test. The focus here is on usability for dependent projects
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90352/new/
https://reviews.llvm.org/D90352
More information about the llvm-commits
mailing list