From 6508d3189bda430253578477e0a12a3414d784ba Mon Sep 17 00:00:00 2001 From: henrywu2019 <47995124+henrywu2019@users.noreply.github.com> Date: Thu, 20 Jun 2019 12:55:46 -0400 Subject: [PATCH] to fix issue Target llvm is not enabled[followup] (#3404) --- jvm/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/jvm/README.md b/jvm/README.md index 626a87c84cf8..c5996313447b 100644 --- a/jvm/README.md +++ b/jvm/README.md @@ -30,6 +30,7 @@ This folder contains the Java interface for TVM runtime. It brings TVM runtime t - JDK 1.6+. Oracle JDK and OpenJDK are well tested. - Maven 3 for build. +- LLVM (TVM4J need LLVM support. Please refer to [build-the-shared-library](https://docs.tvm.ai/install/from_source.html#build-the-shared-library) for how to enable LLVM support.) ### Modules