diff --git a/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/mobilenet_shallow/Makefile b/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/mobilenet_shallow/Makefile index b7f7043337175478fc78c07bb0156054a66ec0b2..4d0f86f6b75384a34f330ff572384f28844b7253 100644 --- a/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/mobilenet_shallow/Makefile +++ b/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/mobilenet_shallow/Makefile @@ -33,7 +33,8 @@ VISC_OPTFLAGS2 = -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