From 2e740b8a26915777cb06d3d4048c8444a7f1fc8c Mon Sep 17 00:00:00 2001
From: akashk4 <akashk4@illinois.edu>
Date: Sun, 29 Dec 2019 03:36:13 -0600
Subject: [PATCH] Update Makefile

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

diff --git a/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/fcl/Makefile b/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/fcl/Makefile
index 3470e40418..e622c13f2a 100644
--- a/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/fcl/Makefile
+++ b/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/fcl/Makefile
@@ -21,7 +21,8 @@ VISC_OPTFLAGS = -load LLVMBuildDFG.so -load LLVMInPlaceDFGAnalysis.so -load LLVM
 
 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