From f1a6f2561d3d40bc8bff676210ee0fcd14047c99 Mon Sep 17 00:00:00 2001
From: bjschre2 <bjschre2@illinois.edu>
Date: Wed, 22 Jan 2020 21:35:03 -0600
Subject: [PATCH] Update README.md

---
 README.md | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/README.md b/README.md
index d285c6e1f6..5d49303502 100644
--- a/README.md
+++ b/README.md
@@ -39,13 +39,6 @@ Some common options that can be used with CMake are:
 
 * -DLLVM_ENABLE_ASSERTIONS=On --- Compile with assertion checks enabled (default is Yes for Debug builds, No for all other build types).
 
-## Building hpvm runtime
-HPVM also includes a runtime library which comprises of low-level, target-specific wrappers required by HPVM's code generation.
-```shell
-cd projects/visc-rt
-make
-cd ..
-```
 To use hpvm to compile benchmarks set environment variable `LLVM_SRC_ROOT` to llvm directory in your local repository
 ```shell
 export LLVM_SRC_ROOT=<full path to hpvm>/llvm
-- 
GitLab