[clang] 481e202 - [clang][doc] Fix link to SYCL compiler design doc
Paulo Matos via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 28 09:10:11 PDT 2023
Author: Paulo Matos
Date: 2023-03-28T18:09:52+02:00
New Revision: 481e20252461e730f36fb221123a853eda27cafc
URL: https://github.com/llvm/llvm-project/commit/481e20252461e730f36fb221123a853eda27cafc
DIFF: https://github.com/llvm/llvm-project/commit/481e20252461e730f36fb221123a853eda27cafc.diff
LOG: [clang][doc] Fix link to SYCL compiler design doc
Added:
Modified:
clang/docs/SYCLSupport.rst
Removed:
################################################################################
diff --git a/clang/docs/SYCLSupport.rst b/clang/docs/SYCLSupport.rst
index 6b529e3eb012..364d95a31047 100644
--- a/clang/docs/SYCLSupport.rst
+++ b/clang/docs/SYCLSupport.rst
@@ -10,7 +10,7 @@ Introduction
This document describes the architecture of the SYCL compiler and runtime
library. More details are provided in
-`external document <https://github.com/intel/llvm/blob/sycl/sycl/doc/CompilerAndRuntimeDesign.md>`_\ ,
+`external document <https://github.com/intel/llvm/blob/sycl/sycl/doc/design/CompilerAndRuntimeDesign.md>`_\ ,
which are going to be added to clang documentation in the future.
Address space handling
More information about the cfe-commits
mailing list