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 8e64c09694
commit 0fc1f2b7cd
1 changed files with 2 additions and 1 deletions

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