Cargo Features
llvm-ir-taint has no features set by default.
[dependencies]
llvm-ir-taint = { version = "0.1.1", features = ["llvm-8", "llvm-9", "llvm-10", "llvm-11", "llvm-12", "llvm-13", "llvm-8-strict", "llvm-9-strict", "llvm-10-strict", "llvm-11-strict", "llvm-12-strict", "llvm-13-strict"] }
- llvm-8 llvm-8-strict?
-
Select the LLVM version to be compatible with.
You _must_ enable exactly one of the following features.Enables llvm-8 of llvm-ir ^0.8.1 and llvm-ir-analysis ^0.3.1
- llvm-9 llvm-9-strict?
-
Enables llvm-9 of llvm-ir ^0.8.1 and llvm-ir-analysis ^0.3.1
llvm-ir:
Select the LLVM version to be compatible with.
You _must_ enable exactly one of the following features. - llvm-10 llvm-10-strict?
-
Enables llvm-10 of llvm-ir ^0.8.1 and llvm-ir-analysis ^0.3.1
- llvm-11 llvm-11-strict?
-
Enables llvm-11 of llvm-ir ^0.8.1 and llvm-ir-analysis ^0.3.1
- llvm-12 llvm-12-strict?
-
Enables llvm-12 of llvm-ir ^0.8.1 and llvm-ir-analysis ^0.3.1
- llvm-13 llvm-13-strict?
-
Enables llvm-13 of llvm-ir ^0.8.1 and llvm-ir-analysis ^0.3.1
- llvm-8-strict = llvm-8
-
These features select the corresponding LLVM version, and require an exact match between the system LLVM version and the LLVM version chosen here. For more information, see the "strict-versioning" feature on
llvm-sys
.Enables llvm-8-strict of llvm-ir ^0.8.1 and llvm-ir-analysis ^0.3.1
- llvm-9-strict = llvm-9
-
Enables llvm-9-strict of llvm-ir ^0.8.1 and llvm-ir-analysis ^0.3.1
- llvm-10-strict = llvm-10
-
Enables llvm-10-strict of llvm-ir ^0.8.1 and llvm-ir-analysis ^0.3.1
- llvm-11-strict = llvm-11
-
Enables llvm-11-strict of llvm-ir ^0.8.1 and llvm-ir-analysis ^0.3.1
- llvm-12-strict = llvm-12
-
Enables llvm-12-strict of llvm-ir ^0.8.1 and llvm-ir-analysis ^0.3.1
- llvm-13-strict = llvm-13
-
Enables llvm-13-strict of llvm-ir ^0.8.1 and llvm-ir-analysis ^0.3.1