File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
8282cmake --build build --target check-torch-mlir
8383
8484# Build everything (including LLVM)
85- # cmake --build build
85+ cmake --build build
8686```
8787## Demos
8888
You can’t perform that action at this time.
0 commit comments