[llvm-branch-commits] [llvm] b05e3a7 - [ORC] Fix file comment formatting. NFC.
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Feb 8 13:40:40 PST 2025
Author: Lang Hames
Date: 2025-02-08T16:19:50Z
New Revision: b05e3a7d5e2285b545510f01ea7c599502e582d8
URL: https://github.com/llvm/llvm-project/commit/b05e3a7d5e2285b545510f01ea7c599502e582d8
DIFF: https://github.com/llvm/llvm-project/commit/b05e3a7d5e2285b545510f01ea7c599502e582d8.diff
LOG: [ORC] Fix file comment formatting. NFC.
(cherry picked from commit 7fb233f549dee0346332562de050ef2ab3654329)
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-branch-commits
mailing list