From 2ce73f13c98ad3bfb904ac991f5810ddff9e77e7 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Wed, 22 Sep 2021 11:16:09 +1000 Subject: [PATCH] [ORC] Fix file header. --- .../ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.cpp b/llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.cpp index ea839f9..daf47db 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. -- 2.7.4