From 05a5d178e240ac80ad986c11593aec386cd48801 Mon Sep 17 00:00:00 2001 From: Bharadwaj Yadavalli Date: Mon, 5 Sep 2022 13:03:10 -0400 Subject: [PATCH] Update dev platform to be Ubuntu 22.04 in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 882cbd45..26e7d8cf 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This tool statically (AOT) translates (or raises) binaries to LLVM IR. `Llvm-mctoll` is capable of raising X86-64 and Arm32 Linux/ELF libraries and executables to LLVM IR. Raising Windows, OS X and C++ binaries needs to be added. At this time X86-64 support is more mature than Arm32. -Development and primary testing is being done on Ubuntu 20.04. Testing is also done on Ubuntu 18.04. The tool is expected to build and run on Ubuntu 16.04, Ubuntu 17.04, Ubuntu 17.10, CentOS 7.5, Debian 10, Windows 10, and OS X to raise Linux/ELF binaries. +Development and primary testing is being done on Ubuntu 22.04. Testing is also done on Ubuntu 20.04. The tool is expected to build and run on Ubuntu 18.04, 16.04, Ubuntu 17.04, Ubuntu 17.10, CentOS 7.5, Debian 10, Windows 10, and OS X to raise Linux/ELF binaries. | Triple | VarArgs | FuncProto | StackFrame | JumpTables | SharedLibs | C++ | | --- | :---: | :---: | :---: | :---: | :---: | :---: |