We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c5439 commit 279b31cCopy full SHA for 279b31c
README.md
@@ -25,5 +25,5 @@ $ git checkout llvmorg-12.0.0
25
$ cd .\out\install\
26
# NOTE: Switch out the version (here 11.0.0) and build type (here Release)
27
# This takes a long time (especially for the larger Debug build)
28
-$ cmake -E tar -cJ clang+llvm-11.0.0-x86_64-windows.tar.xz x64-Clang-Release
+$ cmake -E tar -cJ clang+llvm-11.0.0-x86_64-windows-Release.tar.gz x64-Clang-Release
29
```
0 commit comments