From 1c4e0722602a685c62de7888cf178a1e2424f64e Mon Sep 17 00:00:00 2001 From: Konstantin Zhuravlyov Date: Fri, 6 Dec 2019 14:58:49 -0500 Subject: [PATCH] Switch to llvm monorepo Change-Id: Ibfe045afd811d36521486573168aecd06279ccb6 [ROCm/ROCR-Runtime commit: 096e7156297e539b357859e41802bddb26dff18c] --- projects/rocr-runtime/rocrtst/samples/CMakeLists.txt | 2 +- projects/rocr-runtime/rocrtst/suites/test_common/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/rocr-runtime/rocrtst/samples/CMakeLists.txt b/projects/rocr-runtime/rocrtst/samples/CMakeLists.txt index 73fcb355cc..0245e3ad57 100755 --- a/projects/rocr-runtime/rocrtst/samples/CMakeLists.txt +++ b/projects/rocr-runtime/rocrtst/samples/CMakeLists.txt @@ -115,7 +115,7 @@ else() endif() if(NOT EXISTS "${OPENCL_INC_DIR}/opencl-c.h") - set(OPENCL_INC_DIR "${OPENCL_DIR}/../../../external/llvm-clang/lib/Headers/") + set(OPENCL_INC_DIR "${OPENCL_DIR}/../../../external/llvm-project/clang/lib/Headers/") if(NOT EXISTS "${OPENCL_INC_DIR}/opencl-c.h") message(WARNING "opencl-c.h not found.") endif() diff --git a/projects/rocr-runtime/rocrtst/suites/test_common/CMakeLists.txt b/projects/rocr-runtime/rocrtst/suites/test_common/CMakeLists.txt index 7b4357ae89..91ddb6d1ad 100755 --- a/projects/rocr-runtime/rocrtst/suites/test_common/CMakeLists.txt +++ b/projects/rocr-runtime/rocrtst/suites/test_common/CMakeLists.txt @@ -115,7 +115,7 @@ else() endif() if(NOT EXISTS "${OPENCL_INC_DIR}/opencl-c.h") - set(OPENCL_INC_DIR "${OPENCL_DIR}/../../../external/llvm-clang/lib/Headers/") + set(OPENCL_INC_DIR "${OPENCL_DIR}/../../../external/llvm-project/clang/lib/Headers/") if(NOT EXISTS "${OPENCL_INC_DIR}/opencl-c.h") message(WARNING "opencl-c.h not found.") endif()