Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support LLVM 13 #202

Merged
merged 9 commits into from
Apr 3, 2023
Prev Previous commit
Next Next commit
llvm-quick-fuzz: Add LLVM 13
  • Loading branch information
RyanGlScott committed Apr 3, 2023
commit 01ffc1957d151072cd61c4f877453d1ba6cd61d5
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