From 3c4d15bf903dabd5d171dda9af19bb4bf1a42729 Mon Sep 17 00:00:00 2001
From: akashk4 <akashk4@illinois.edu>
Date: Sun, 29 Dec 2019 03:16:08 -0600
Subject: [PATCH] Update Makefile

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

diff --git a/llvm/tools/hpvm/test/VISC/parboil/benchmarks/saxpy_test/Makefile b/llvm/tools/hpvm/test/VISC/parboil/benchmarks/saxpy_test/Makefile
index f452c0b2cc..9641193520 100644
--- a/llvm/tools/hpvm/test/VISC/parboil/benchmarks/saxpy_test/Makefile
+++ b/llvm/tools/hpvm/test/VISC/parboil/benchmarks/saxpy_test/Makefile
@@ -73,7 +73,8 @@ CXXFLAGS = $(APP_CXXFLAGS) $(PLATFORM_CXXFLAGS)
 LDFLAGS= $(APP_LDFLAGS) $(PLATFORM_LDFLAGS)
 
 LIBCLC_LIB_PATH = $(LLVM_SRC_ROOT)/../libclc/built_libs
-VISC_RT_PATH = $(LLVM_SRC_ROOT)/projects/visc-rt
+#VISC_RT_PATH = $(LLVM_SRC_ROOT)/projects/visc-rt
+VISC_RT_PATH = $(LLVM_SRC_ROOT)/tools/hpvm/visc-rt
 
 VISC_RT_LIB = $(VISC_RT_PATH)/visc-rt.ll
 LIBCLC_NVPTX_LIB = $(LIBCLC_LIB_PATH)/nvptx64--nvidiacl.bc
-- 
GitLab