[llvm] 2ce73f1 - [ORC] Fix file header.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 23 15:48:31 PDT 2021
Author: Lang Hames
Date: 2021-09-23T15:48:08-07:00
New Revision: 2ce73f13c98ad3bfb904ac991f5810ddff9e77e7
URL: https://github.com/llvm/llvm-project/commit/2ce73f13c98ad3bfb904ac991f5810ddff9e77e7
DIFF: https://github.com/llvm/llvm-project/commit/2ce73f13c98ad3bfb904ac991f5810ddff9e77e7.diff
LOG: [ORC] Fix file header.
Added:
Modified:
llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.cpp
Removed:
################################################################################
diff --git a/llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.cpp b/llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.cpp
index ea839f90aba27..daf47db0a065a 100644
--- a/llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.cpp
+++ b/llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.cpp
@@ -1,4 +1,4 @@
-//===------- ResourceManager.cpp - Abstract executor resource mgmt --------===//
+//===- SimpleExecuorMemoryManagare.cpp - Simple executor-side memory mgmt -===//
//
// 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