Skip to content

Commit

Permalink
docs(development.md): moves vanilla build command to first bullet und…
Browse files Browse the repository at this point in the history
…er "Initiate Build" section
  • Loading branch information
bjacobgordon committed Jan 2, 2025
1 parent 7b9c4e0 commit 9623ce1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,12 @@ For workflows that demand frequent rebuilds, the following steps will allow you
1. [Configure the build](#configure-for-building) if you haven't already done so.
1. Use one of the following commands to build the project:
- Build everything (including LLVM if in-tree)
```shell
cmake --build build
```
- Build just torch-mlir (not all of LLVM)
```shell
Expand All @@ -202,12 +208,6 @@ For workflows that demand frequent rebuilds, the following steps will allow you
cmake --build build --target check-torch-mlir-python
```
- Build everything (including LLVM if in-tree)
```shell
cmake --build build
```
## Setup Python Environment to export the built Python packages
### Linux and macOS
Expand Down

0 comments on commit 9623ce1

Please sign in to comment.