[llvm] 6880644 - [ORC] Remove unused header. NFC.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 24 18:54:24 PST 2025


Author: Lang Hames
Date: 2025-02-25T13:54:17+11:00
New Revision: 688064498a015e833bd24f5cd429462ca9126a54

URL: https://github.com/llvm/llvm-project/commit/688064498a015e833bd24f5cd429462ca9126a54
DIFF: https://github.com/llvm/llvm-project/commit/688064498a015e833bd24f5cd429462ca9126a54.diff

LOG: [ORC] Remove unused header. NFC.

Added: 
    

Modified: 
    

Removed: 
    llvm/include/llvm/ExecutionEngine/Orc/JITLinkLazyCallThroughManager.h


################################################################################
diff  --git a/llvm/include/llvm/ExecutionEngine/Orc/JITLinkLazyCallThroughManager.h b/llvm/include/llvm/ExecutionEngine/Orc/JITLinkLazyCallThroughManager.h
deleted file mode 100644
index 19075c76a6073..0000000000000
--- a/llvm/include/llvm/ExecutionEngine/Orc/JITLinkLazyCallThroughManager.h
+++ /dev/null
@@ -1,26 +0,0 @@
-//===- JITLinkLazyCallThroughManager.h - JITLink based laziness -*- C++ -*-===//
-//
-// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
-// See https://llvm.org/LICENSE.txt for license information.
-// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-//
-//===----------------------------------------------------------------------===//
-//
-// Redirectable Symbol Manager implementation using JITLink
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef LLVM_EXECUTIONENGINE_ORC_JITLINKLAZYCALLTHROUGHMANAGER_H
-#define LLVM_EXECUTIONENGINE_ORC_JITLINKLAZYCALLTHROUGHMANAGER_H
-
-#include "llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h"
-#include "llvm/ExecutionEngine/Orc/RedirectionManager.h"
-#include "llvm/Support/StringSaver.h"
-
-#include <atomic>
-
-namespace llvm {
-namespace orc {} // namespace orc
-} // namespace llvm
-
-#endif // LLVM_EXECUTIONENGINE_ORC_JITLINKLAZYCALLTHROUGHMANAGER_H


        


More information about the llvm-commits mailing list