From 33c5e33118b52ba1cf07297bfb52455ba0d20701 Mon Sep 17 00:00:00 2001
From: akashk4 <akashk4@illinois.edu>
Date: Sun, 29 Dec 2019 04:40:42 -0600
Subject: [PATCH] Update Makefile

---
 .../test/VISC/DNN_Benchmarks/benchmarks/cava_test/Makefile     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/cava_test/Makefile b/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/cava_test/Makefile
index f6a82b3e3d..d9e5b07ffb 100644
--- a/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/cava_test/Makefile
+++ b/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/cava_test/Makefile
@@ -95,7 +95,8 @@ CXXFLAGS = $(APP_CXXFLAGS) $(PLATFORM_CXXFLAGS)
 LDFLAGS= $(APP_LDFLAGS) $(PLATFORM_LDFLAGS)
 
 LIBCLC_LIB_PATH = $(LLVM_SRC_ROOT)/../libclc/built_libs
-VISC_RT_PATH = $(LLVM_SRC_ROOT)/projects/visc-rt
+#VISC_RT_PATH = $(LLVM_SRC_ROOT)/projects/visc-rt
+VISC_RT_PATH = $(LLVM_SRC_ROOT)/tools/hpvm/visc-rt
 
 VISC_RT_LIB = $(VISC_RT_PATH)/visc-rt.ll
 #LIBCLC_NVPTX_LIB = $(LIBCLC_LIB_PATH)/nvptx--nvidiacl.bc
-- 
GitLab