Skip to content

Commit

Permalink
Release naming schema
Browse files Browse the repository at this point in the history
  • Loading branch information
srydell authored Sep 30, 2021
1 parent 04c5439 commit 279b31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ $ git checkout llvmorg-12.0.0
$ cd .\out\install\
# NOTE: Switch out the version (here 11.0.0) and build type (here Release)
# This takes a long time (especially for the larger Debug build)
$ 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
```

0 comments on commit 279b31c

Please sign in to comment.