[llvm] 41fd13c - [ORC] Fix file header comment formatting. NFC.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 3 03:17:19 PDT 2025


Author: Lang Hames
Date: 2025-07-03T20:17:12+10:00
New Revision: 41fd13c6350907a04a1cd5d40fd514f8b7cfb29c

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

LOG: [ORC] Fix file header comment formatting. NFC.

Added: 
    

Modified: 
    llvm/lib/ExecutionEngine/Orc/ThreadSafeModule.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/ExecutionEngine/Orc/ThreadSafeModule.cpp b/llvm/lib/ExecutionEngine/Orc/ThreadSafeModule.cpp
index c927f21494697..fadd53eee21b9 100644
--- a/llvm/lib/ExecutionEngine/Orc/ThreadSafeModule.cpp
+++ b/llvm/lib/ExecutionEngine/Orc/ThreadSafeModule.cpp
@@ -1,5 +1,4 @@
-//===-- ThreadSafeModule.cpp - Thread safe Module, Context, and Utilities
-//h-===//
+//===-- ThreadSafeModule.cpp - Thread safe Module, Context, and Utilities -===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.


        


More information about the llvm-commits mailing list