From 48c6a432280ae18def51ec2d44e733b8cbb4c159 Mon Sep 17 00:00:00 2001 From: Hashim Sharif <hsharif3@tyler.cs.illinois.edu> Date: Fri, 27 Dec 2019 10:05:39 -0600 Subject: [PATCH] Fixing VISCHint.h paths in test include paths --- .../hpvm/test/VISC/parboil/benchmarks/hpvm-cava/src/visc.h | 2 +- llvm/tools/hpvm/test/VISC/parboil/common/include/visc.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/tools/hpvm/test/VISC/parboil/benchmarks/hpvm-cava/src/visc.h b/llvm/tools/hpvm/test/VISC/parboil/benchmarks/hpvm-cava/src/visc.h index a263e35252..5279b2cef8 100644 --- a/llvm/tools/hpvm/test/VISC/parboil/benchmarks/hpvm-cava/src/visc.h +++ b/llvm/tools/hpvm/test/VISC/parboil/benchmarks/hpvm-cava/src/visc.h @@ -10,7 +10,7 @@ #define DEVICE GPU_TARGET #endif -#include "llvm/SupportVISC/VISCHint.h" +#include "../../../../../../include/SupportVISC/VISCHint.h" #ifdef __cplusplus extern "C" { diff --git a/llvm/tools/hpvm/test/VISC/parboil/common/include/visc.h b/llvm/tools/hpvm/test/VISC/parboil/common/include/visc.h index a38c23f8b3..078907ba02 100644 --- a/llvm/tools/hpvm/test/VISC/parboil/common/include/visc.h +++ b/llvm/tools/hpvm/test/VISC/parboil/common/include/visc.h @@ -10,7 +10,7 @@ #define DEVICE GPU_TARGET #endif -#include "llvm/SupportVISC/VISCHint.h" +#include "../../../../../include/SupportVISC/VISCHint.h" #ifdef __cplusplus extern "C" { -- GitLab