File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 2828 run : |
2929 sudo apt-get update
3030 sudo DEBIAN_FRONTEND=noninteractive apt-get install -y git g++ cmake bison flex libboost-all-dev 2to3 python-is-python3
31- sudo DEBIAN_FRONTEND=noninteractive apt-get install -y perl minisat curl gnupg2 locales clang-11 wget
31+ sudo DEBIAN_FRONTEND=noninteractive apt-get install -y perl minisat curl gnupg2 locales wget
32+ sudo apt-get install -y wget software-properties-common
33+ # install clang-11
34+ wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
35+ sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-11 main"
36+ sudo apt-get update
37+ sudo apt-get install -y clang-11
3238 - name : Generate test files (LLVM IR)
3339 run : |
3440 cd benchmarks/llvm
You can’t perform that action at this time.
0 commit comments