From 688064498a015e833bd24f5cd429462ca9126a54 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Sun, 23 Feb 2025 19:32:27 +1100 Subject: [PATCH] [ORC] Remove unused header. NFC. --- .../Orc/JITLinkLazyCallThroughManager.h | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 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 - -namespace llvm { -namespace orc {} // namespace orc -} // namespace llvm - -#endif // LLVM_EXECUTIONENGINE_ORC_JITLINKLAZYCALLTHROUGHMANAGER_H