[llvm] [orc-rt] Fix an incorrect comment. (PR #203482)

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 12 01:52:55 PDT 2026


https://github.com/lhames created https://github.com/llvm/llvm-project/pull/203482

None

>From 7ade9de8f0e28288bd8b20939197359d58eb1334 Mon Sep 17 00:00:00 2001
From: Lang Hames <lhames at gmail.com>
Date: Fri, 12 Jun 2026 18:48:58 +1000
Subject: [PATCH] [orc-rt] Fix an incorrect comment.

---
 orc-rt/include/orc-rt-c/ExternC.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/orc-rt/include/orc-rt-c/ExternC.h b/orc-rt/include/orc-rt-c/ExternC.h
index dd839037adf1e..27275a61b9b89 100644
--- a/orc-rt/include/orc-rt-c/ExternC.h
+++ b/orc-rt/include/orc-rt-c/ExternC.h
@@ -14,7 +14,7 @@
 #ifndef ORC_RT_C_EXTERNC_H
 #define ORC_RT_C_EXTERNC_H
 
-/* Helper to suppress strict prototype warnings. */
+/* Helper to promote strict prototype warnings to errors */
 #ifdef __clang__
 #define ORC_RT_C_STRICT_PROTOTYPES_BEGIN                                       \
   _Pragma("clang diagnostic push")                                             \



More information about the llvm-commits mailing list