Skip to content

Commit 7672849

Browse files
authored
Polish readme.
1 parent 5d6c4f4 commit 7672849

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ cmake -GNinja -Bbuild \
7070

7171
# Additional quality of life CMake flags:
7272
# Enable ccache:
73-
# -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
74-
# Enale LLD (links in seconds compared to minutes)
73+
# -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
74+
# Enable LLD (links in seconds compared to minutes)
7575
# -DCMAKE_EXE_LINKER_FLAGS_INIT="-fuse-ld=lld" -DCMAKE_MODULE_LINKER_FLAGS_INIT="-fuse-ld=lld" -DCMAKE_SHARED_LINKER_FLAGS_INIT="-fuse-ld=lld"
7676
# Use --ld-path= instead of -fuse-ld=lld for clang > 13
7777

@@ -82,7 +82,7 @@ cmake --build build --target tools/torch-mlir/all
8282
cmake --build build --target check-torch-mlir
8383

8484
# Build everything (including LLVM)
85-
# cmake --build build
85+
cmake --build build
8686
```
8787
## Demos
8888

0 commit comments

Comments
 (0)