[compiler-rt] 5368c68 - [ORC-RT] Remove a stale comment.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 7 16:42:49 PDT 2022


Author: Lang Hames
Date: 2022-06-07T16:42:37-07:00
New Revision: 5368c685d91f956cc90e72add0d48d82e0c5443c

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

LOG: [ORC-RT] Remove a stale comment.

Added: 
    

Modified: 
    compiler-rt/lib/orc/c_api.h

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/orc/c_api.h b/compiler-rt/lib/orc/c_api.h
index 47f46b891d966..96d01df15e86c 100644
--- a/compiler-rt/lib/orc/c_api.h
+++ b/compiler-rt/lib/orc/c_api.h
@@ -9,9 +9,6 @@
 |*                                                                            *|
 |* This file defines the C API for the ORC runtime                            *|
 |*                                                                            *|
-|* NOTE: The OrtRTWrapperFunctionResult type must be kept in sync with the    *|
-|* definition in llvm/include/llvm-c/OrcShared.h.                             *|
-|*                                                                            *|
 \*===----------------------------------------------------------------------===*/
 
 #ifndef ORC_RT_C_API_H


        


More information about the llvm-commits mailing list