From: Matthias Braun Date: Tue, 10 May 2016 02:09:32 +0000 (+0000) Subject: Try to appease clang-x64-ninja-win7 bot. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c559a044a092ec6cb1190056b2d5e3b17185963;p=llvm Try to appease clang-x64-ninja-win7 bot. Looks like you need the complete definition of "X" when calling a "X &func()" declared function even when not using the result further. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269006 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp index 3245f8d46f4..9070adbf898 100644 --- a/tools/llc/llc.cpp +++ b/tools/llc/llc.cpp @@ -22,6 +22,7 @@ #include "llvm/CodeGen/LinkAllCodegenComponents.h" #include "llvm/CodeGen/MIRParser/MIRParser.h" #include "llvm/CodeGen/MachineFunctionPass.h" +#include "llvm/CodeGen/MachineModuleInfo.h" #include "llvm/IR/DataLayout.h" #include "llvm/IR/IRPrintingPasses.h" #include "llvm/IR/LLVMContext.h"