From bd159d32c43732a65a943333d04f46e5d30fb9c5 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Fri, 17 Nov 2017 01:00:35 +0000 Subject: Don't #include MemoryBuffer.h from Host.h. It turns out this #include isn't used from Host.h anyway, but by having it it causes circular include dependencies. This issues only surfaced while I was working on a separate patch, so I'm submitting this first so that it's independent of the other, unrelated patch. llvm-svn: 318489 --- llvm/lib/Support/CodeGenCoverage.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Support/CodeGenCoverage.cpp') diff --git a/llvm/lib/Support/CodeGenCoverage.cpp b/llvm/lib/Support/CodeGenCoverage.cpp index 5cc84cb96e8..c2308c7d81e 100644 --- a/llvm/lib/Support/CodeGenCoverage.cpp +++ b/llvm/lib/Support/CodeGenCoverage.cpp @@ -14,6 +14,7 @@ #include "llvm/Support/Endian.h" #include "llvm/Support/FileSystem.h" +#include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/Mutex.h" #include "llvm/Support/ScopedPrinter.h" #include "llvm/Support/ToolOutputFile.h" -- cgit v1.2.3