[General] LLVM-9 -> LLVM-10
This commit is contained in:
committed by
Philippe Tillet
parent
8f3ee53f24
commit
50587bbf4b
@@ -14,11 +14,11 @@ The formal foundations of this project are described in the following MAPL2019 p
|
||||
|
||||
## Installation
|
||||
|
||||
Triton is a fairly self-contained package and uses its own parser (forked from [wgtcc](https://github.com/wgtdkp/wgtcc)) and LLVM-8.0+ for code generation.
|
||||
Triton is a fairly self-contained package and uses its own parser (forked from [wgtcc](https://github.com/wgtdkp/wgtcc)) and LLVM-10+ for code generation.
|
||||
|
||||
You can install the latest release with pip as follows:
|
||||
```
|
||||
sudo apt-get install llvm-9-dev
|
||||
sudo apt-get install llvm-10-dev
|
||||
pip install triton
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user