Skip to content

Commit 9e91403

Browse files
authored
[docs] Move note about "in-tree" LLVM to bottom of section (#4154)
1 parent 3a85fa8 commit 9e91403

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/development.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ Two setups are possible to build: in-tree and out-of-tree. The in-tree setup is
9999

100100
##### ...with LLVM "in-tree"
101101

102-
The following command generates configuration files to build the project *in-tree*, that is, using llvm/llvm-project as the main build. This will build LLVM as well as torch-mlir and its subprojects.
103-
104102
```shell
105103
cmake -GNinja -Bbuild \
106104
`# Enables "--debug" and "--debug-only" flags for the "torch-mlir-opt" tool` \
@@ -116,6 +114,7 @@ cmake -GNinja -Bbuild \
116114
-DLLVM_EXTERNAL_TORCH_MLIR_SOURCE_DIR="$PWD"
117115
```
118116

117+
- NOTE: uses external/llvm-project/llvm as the main build, so LLVM will be built in addition to torch-mlir and its sub-projects.
119118

120119
##### ...with LLVM "out-of-tree"
121120

0 commit comments

Comments
 (0)