1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

ObjectCache.h - replace unnecessary MemoryBuffer.h include with forward declarations. NFC.

This commit is contained in:
Simon Pilgrim 2020-05-19 12:33:28 +01:00
parent 714f7215de
commit 92f1bddf01

View File

@ -9,11 +9,12 @@
#ifndef LLVM_EXECUTIONENGINE_OBJECTCACHE_H
#define LLVM_EXECUTIONENGINE_OBJECTCACHE_H
#include "llvm/Support/MemoryBuffer.h"
#include <memory>
namespace llvm {
class MemoryBuffer;
class MemoryBufferRef;
class Module;
/// This is the base ObjectCache type which can be provided to an