diff --git a/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/mini_era_cv/Makefile b/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/mini_era_cv/Makefile index d1d284a26f2fb089d4c46aef213dc03d471b898e..3b75562368574e8a77a524928f0987422d029d7e 100644 --- a/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/mini_era_cv/Makefile +++ b/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/mini_era_cv/Makefile @@ -35,7 +35,8 @@ OPTFLAGS2 = -load $(HPVM_LIB_DIR)/InlineTensorCalls.so -inline-tensor-calls TARGET = $(BUILD_DIR)/$(APP).final.bc SOURCES = $(SRC_DIR)/$(APP).cpp -VISC_RT_PATH = $(LLVM_SRC_ROOT)/projects/visc-cpu-rt/visc-rt.ll +#VISC_RT_PATH = $(LLVM_SRC_ROOT)/projects/visc-cpu-rt/visc-rt.ll +VISC_RT_PATH = $(LLVM_SRC_ROOT)/tools/hpvm/visc-rt/visc-rt.ll .PRECIOUS: $(BUILD_DIR)/$(APP).ll $(BUILD_DIR)/$(APP).visc.ll