diff --git a/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/mobilenet/Makefile b/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/mobilenet/Makefile
index 1b1941b74beea7046a2fdc419955571da9832ce1..2bcff6a78a228bc91f4effd0dd7ef4a954439c0b 100644
--- a/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/mobilenet/Makefile
+++ b/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/mobilenet/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