summaryrefslogtreecommitdiff
path: root/mlir/README.md
diff options
context:
space:
mode:
authorMehdi Amini <aminim@google.com>2019-04-05 07:30:16 -0700
committerMehdi Amini <joker.eph@gmail.com>2019-04-05 07:43:41 -0700
commit7d60cd898ceece48e2284a295d13b2923a304c8a (patch)
tree89a65e611f97edb399a4716a7bfc85e93ef89afd /mlir/README.md
parentb5235d1a9ceccda7b9195fa4da0eef8e48ac4d58 (diff)
downloadllvm-7d60cd898ceece48e2284a295d13b2923a304c8a.tar.gz
Add mentions of requirements before the build instructions
The `Getting Started` instructions requires git, ninja, and a working C++ host toolchain. -- PiperOrigin-RevId: 242121953
Diffstat (limited to 'mlir/README.md')
-rw-r--r--mlir/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/mlir/README.md b/mlir/README.md
index 4f2562317e7d..ca55cdacdbc0 100644
--- a/mlir/README.md
+++ b/mlir/README.md
@@ -84,7 +84,11 @@ and by making references explicit with `function_ref`.
# Getting started with MLIR
-MLIR has been tested on Linux and macOS, with recent versions of clang and with gcc 7.
+The following instructions assume that you have `git`,
+[`ninja`](https://ninja-build.org/), and a working C++ toolchain. In the future,
+we aim to align on the same level of platform support as
+[LLVM](https://llvm.org/docs/GettingStarted.html#requirements). For now, MLIR
+has been tested on Linux and macOS, with recent versions of clang and with gcc 7.
```
git clone https://github.com/llvm/llvm-project.git