From 3c559a044a092ec6cb1190056b2d5e3b17185963 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Tue, 10 May 2016 02:09:32 +0000 Subject: [PATCH] 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 --- tools/llc/llc.cpp | 1 + 1 file changed, 1 insertion(+) 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" -- 2.50.1