[clang] 77ac634 - Fix the Clang sphinx build
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 24 04:33:14 PDT 2023
Author: Aaron Ballman
Date: 2023-07-24T07:32:48-04:00
New Revision: 77ac634c64ec75b461139a730b23e6a9c26ae1dc
URL: https://github.com/llvm/llvm-project/commit/77ac634c64ec75b461139a730b23e6a9c26ae1dc
DIFF: https://github.com/llvm/llvm-project/commit/77ac634c64ec75b461139a730b23e6a9c26ae1dc.diff
LOG: Fix the Clang sphinx build
This addresses issues found by:
https://lab.llvm.org/buildbot/#/builders/92/builds/47783
Added:
Modified:
clang/docs/OpenMPSupport.rst
Removed:
################################################################################
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 6d31269d3abfa3..6e2c9c31c4bc7d 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -170,7 +170,7 @@ implementation.
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| device | infer target functions from initializers | :part:`worked on` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| device | infer target variables from initializers | :part:`done` | D146418 |
+| device | infer target variables from initializers | :part:`done` | D146418 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| device | OMP_TARGET_OFFLOAD environment variable | :good:`done` | D50522 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
More information about the cfe-commits
mailing list