commit | b70b5b53a61b41cd1f84acf714055d734d0a8535 | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Tue Mar 08 09:57:59 2022 -0800 |
committer | GitHub <noreply@github.com> | Tue Mar 08 09:57:59 2022 -0800 |
tree | 60ecf54ee43be3390b092301515cfb9758582f8b | |
parent | 99dea93ce9dac933f63d4e567bc1f800b06a7f5e [diff] |
Add missing build step to RISC-V building from source docs. (#8494) Fixes https://github.com/google/iree/issues/8493 (unless there are further questions there) This matches the other docs, such as https://google.github.io/iree/building-from-source/android/#target-configuration
diff --git a/docs/website/docs/building-from-source/riscv.md b/docs/website/docs/building-from-source/riscv.md index 5a8fa18..c5405cd 100644 --- a/docs/website/docs/building-from-source/riscv.md +++ b/docs/website/docs/building-from-source/riscv.md
@@ -81,6 +81,7 @@ -DIREE_BUILD_COMPILER=OFF \ -DRISCV_TOOLCHAIN_ROOT=${RISCV_TOOLCHAIN_ROOT} \ . +cmake --build ../iree-build-riscv/ ``` ## Running IREE bytecode modules on the RISC-V system