From 6811681b0a81a49aae2628f63756f33a675f43e6 Mon Sep 17 00:00:00 2001 From: akashk4 <akashk4@illinois.edu> Date: Tue, 31 Dec 2019 01:55:28 -0600 Subject: [PATCH] Updated the included path to SupportVISC/VISCHint.h --- llvm/tools/hpvm/test/parboil/common/include/visc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/tools/hpvm/test/parboil/common/include/visc.h b/llvm/tools/hpvm/test/parboil/common/include/visc.h index 078907ba02..a27d0d003e 100644 --- a/llvm/tools/hpvm/test/parboil/common/include/visc.h +++ b/llvm/tools/hpvm/test/parboil/common/include/visc.h @@ -10,7 +10,7 @@ #define DEVICE GPU_TARGET #endif -#include "../../../../../include/SupportVISC/VISCHint.h" +#include "../../../../include/SupportVISC/VISCHint.h" #ifdef __cplusplus extern "C" { -- GitLab