From 426bc347e8b4902c4bf3ee885eb23e392d054be1 Mon Sep 17 00:00:00 2001 From: Dibyendu Majumdar Date: Sat, 10 Aug 2019 03:08:32 +0100 Subject: [PATCH] Update ravi-llvm-instructions.rst --- readthedocs/ravi-llvm-instructions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs/ravi-llvm-instructions.rst b/readthedocs/ravi-llvm-instructions.rst index 2ddcde2..b4b51d4 100644 --- a/readthedocs/ravi-llvm-instructions.rst +++ b/readthedocs/ravi-llvm-instructions.rst @@ -23,7 +23,7 @@ LLVM JIT Backend ================ Following versions of LLVM work with Ravi. -* LLVM 3.7, 3.8, 3.9, 4.0, 5.0, 6.0 +* LLVM 3.7, 3.8, 3.9, 4.0, 5.0, 6.0, 8.0.1 * LLVM 3.5 and 3.6 should also work but have not been recently tested Unless otherwise noted the instructions below should work for LLVM 3.9 and later.