Skip to content

Commit 5967d11

Browse files
authored
Fix path to MLIR in README.md (#8892)
1 parent 5a094a1 commit 5967d11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ Then build and test *CIRCT*:
144144
cmake -G Ninja . -B build \
145145
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
146146
-DLLVM_ENABLE_ASSERTIONS=ON \
147-
-DMLIR_DIR=$PWD/../llvm/build/lib/cmake/mlir \
148-
-DLLVM_DIR=$PWD/../llvm/build/lib/cmake/llvm
147+
-DMLIR_DIR=$PWD/llvm/build/lib/cmake/mlir \
148+
-DLLVM_DIR=$PWD/llvm/build/lib/cmake/llvm
149149
ninja -C build
150150
ninja -C build check-circt
151151
ninja -C build check-circt-integration

0 commit comments

Comments
 (0)