From 07f9021653a1e529c4fcca3f36cf815980f436f0 Mon Sep 17 00:00:00 2001
From: akashk4 <akashk4@illinois.edu>
Date: Sun, 29 Dec 2019 04:41:58 -0600
Subject: [PATCH] Update Makefile

---
 .../hpvm/test/VISC/DNN_Benchmarks/benchmarks/alexnet2/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/alexnet2/Makefile b/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/alexnet2/Makefile
index 914c9817d6..d11d83d4ad 100644
--- a/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/alexnet2/Makefile
+++ b/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/alexnet2/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
-- 
GitLab