[llvm] b65ce4e - [NFC] Remove WIP in coroutines.rst

Chuanqi Xu via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 19:51:15 PDT 2023


Author: Chuanqi Xu
Date: 2023-08-24T10:48:13+08:00
New Revision: b65ce4ea7c1f6cbd140d12c690b19e7a14a34fef

URL: https://github.com/llvm/llvm-project/commit/b65ce4ea7c1f6cbd140d12c690b19e7a14a34fef
DIFF: https://github.com/llvm/llvm-project/commit/b65ce4ea7c1f6cbd140d12c690b19e7a14a34fef.diff

LOG: [NFC] Remove WIP in coroutines.rst

There is a note in coroutines.rst to say the coroutine intrinsics are
WIP. This is not close to the status quo. The status of LLVM coroutines
have been into maintaining stage. So it looks better to remove the WIP
note in the document. The warning to compatibility remains there.

Added: 
    

Modified: 
    llvm/docs/Coroutines.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/Coroutines.rst b/llvm/docs/Coroutines.rst
index 46dc2dcbee1827..117c8b55569488 100644
--- a/llvm/docs/Coroutines.rst
+++ b/llvm/docs/Coroutines.rst
@@ -7,8 +7,7 @@ Coroutines in LLVM
    :depth: 3
 
 .. warning::
-  This is a work in progress. Compatibility across LLVM releases is not
-  guaranteed.
+  Compatibility across LLVM releases is not guaranteed.
 
 Introduction
 ============


        


More information about the llvm-commits mailing list