Skip to content

Commit

Permalink
llvm-quick-fuzz: Add LLVM 13
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Mar 27, 2023
1 parent e5c8ba2 commit 9880450
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/llvm-quick-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
os: [ubuntu-22.04]
# See doc/developing.md
ghc: ["8.10.7"]
llvm: [ "https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/clang+llvm-12.0.0-x86_64-linux-gnu-ubuntu-20.04.tar.xz"
llvm: [ "https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.0/clang+llvm-13.0.0-x86_64-linux-gnu-ubuntu-20.04.tar.xz"
, "https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/clang+llvm-12.0.0-x86_64-linux-gnu-ubuntu-20.04.tar.xz"
, "https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/clang+llvm-11.0.0-x86_64-linux-gnu-ubuntu-20.04.tar.xz"
, "https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/clang+llvm-10.0.0-x86_64-linux-gnu-ubuntu-18.04.tar.xz"
, "https://releases.llvm.org/9.0.0/clang+llvm-9.0.0-x86_64-linux-gnu-ubuntu-18.04.tar.xz"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ compilers.
| | v10.0 || | |
| | v11.0 || | |
| | v12.0 || | |
| | v13.0 | | | See [issues][llvm13] |
| | v13.0 | | | See [issues][llvm13] |
| | v14.0 | | | See [issues][llvm14] |
| `clang++` | v3.4 | | | |
| | v3.5 | | | |
Expand Down

0 comments on commit 9880450

Please sign in to comment.