Skip to content

Commit

Permalink
Merge pull request #30 from lifting-bits/test-llvm8
Browse files Browse the repository at this point in the history
Lower minimum required version to LLVM8
  • Loading branch information
artemdinaburg authored Aug 10, 2020
2 parents 66d64db + 95d77ca commit 63497fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
llvm: ["900", "1000"]
llvm: ["800", "900", "1000"]
ubuntu: ["20.04", "18.04"]
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pip3 install python-magic-bin==0.4.14
pip3 install pyelftools
```

**Note: Anvill requires at least LLVM 9.**
**Note: Anvill requires at least LLVM 8.**

To build via Docker run, specify the architecture, base Ubuntu image and LLVM version. For example, to build Anvill linking against LLVM 9 on Ubuntu 20.04 on AMD64 do:

Expand Down

0 comments on commit 63497fc

Please sign in to comment.