diff --git a/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/lenet_base/Makefile b/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/lenet_base/Makefile
index fca5a3b2f96e8d646f7d1e69ec623bf5bdd3e03b..579138494364a60a39a7a71a0ee6631fb13eb0e3 100644
--- a/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/lenet_base/Makefile
+++ b/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/lenet_base/Makefile
@@ -35,7 +35,8 @@ VISC_OPTFLAGS = -load  $(HPVM_LIB_DIR)/LLVMBuildDFG.so -load $(HPVM_LIB_DIR)/LLV
 
 TARGET = $(BUILD_DIR)/$(APP).opt.bc
 SOURCES = $(SRC_DIR)/$(APP).cpp
-VISC_RT_PATH = $(LLVM_SRC_ROOT)/../build/projects/visc-rt/visc-rt.ll
+#VISC_RT_PATH = $(LLVM_SRC_ROOT)/../build/projects/visc-rt/visc-rt.ll
+VISC_RT_PATH = $(LLVM_SRC_ROOT)/tools/hpvm/visc-rt/visc-rt.ll
 
 #OBJS = $(BUILD_DIR)/$(wildcabrd *.ll)
 .PRECIOUS: $(BUILD_DIR)/$(APP).ll $(BUILD_DIR)/$(APP).visc.ll