From 26368053f761be05dab708bc28fb97090c64b2be Mon Sep 17 00:00:00 2001 From: Eric Kilmer Date: Tue, 26 Apr 2022 09:43:28 -0400 Subject: [PATCH] README: Update LLVM versions mcsema supports --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0177e3bb2..ba0c10895 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Why would anyone translate binaries *back* to bitcode? | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | | Actively maintained? | Yes | No | Yes | Yes | Yes | No | Maybe | Maybe | Maybe | No | Yes | | Commercial support available? | Yes | No | No | No | Maybe | No | No | No | No | Maybe | No | -| LLVM versions | 3.5 - current | 5 | current | 4.0 | 3.8 | 3.8 | 3.2 | 4 | 3.9 | 3.4 | 6 | +| LLVM versions | 9 - 11 | 5 | current | 4.0 | 3.8 | 3.8 | 3.2 | 4 | 3.9 | 3.4 | 6 | | Builds with CI? | Yes | No | No | Yes | No | No | Yes | Maybe | Maybe | No | No | | 32-bit architectures | x86, SPARC32 | x86 | ARM | x86, ARM, MIPS, PIC32, PowerPC | | ARM, MIPS | S2E | S2E | S2E | ARM, x86 | | | 64-bit architectures | x86-64, AArch64, SPARC64 | x86-64, [AArch64](https://github.com/IAIK/ios-analysis-dagger/)) | x86-64 | x86-64, arm64 & more | x86-64 | x86-64 | | S2E | S2E | PowerPC | x86-64 |