[llvm] 7fb233f - [ORC] Fix file comment formatting. NFC.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 2 23:41:49 PST 2025
Author: Lang Hames
Date: 2025-02-03T18:41:35+11:00
New Revision: 7fb233f549dee0346332562de050ef2ab3654329
URL: https://github.com/llvm/llvm-project/commit/7fb233f549dee0346332562de050ef2ab3654329
DIFF: https://github.com/llvm/llvm-project/commit/7fb233f549dee0346332562de050ef2ab3654329.diff
LOG: [ORC] Fix file comment formatting. NFC.
Added:
Modified:
llvm/lib/ExecutionEngine/Orc/ELFNixPlatform.cpp
Removed:
################################################################################
diff --git a/llvm/lib/ExecutionEngine/Orc/ELFNixPlatform.cpp b/llvm/lib/ExecutionEngine/Orc/ELFNixPlatform.cpp
index aae7369fc29c4c8..7f0a45941cf9bc7 100644
--- a/llvm/lib/ExecutionEngine/Orc/ELFNixPlatform.cpp
+++ b/llvm/lib/ExecutionEngine/Orc/ELFNixPlatform.cpp
@@ -1,5 +1,4 @@
-//===------ ELFNixPlatform.cpp - Utilities for executing ELFNix in Orc
-//-----===//
+//===----- ELFNixPlatform.cpp - Utilities for executing ELFNix in Orc -----===//
//
// 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