diff --git a/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/resnet18/Makefile b/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/resnet18/Makefile
index cc639d1be157b62ae5fce12c18a3a669beef5247..5811c61b6634cbb46f76057967a974cb0d222058 100644
--- a/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/resnet18/Makefile
+++ b/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/resnet18/Makefile
@@ -42,7 +42,8 @@ VISC_OPTFLAGS3 = -load  $(HPVM_LIB_DIR)/LLVMBuildDFG.so -load $(HPVM_LIB_DIR)/LL
 
 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