]> granicus.if.org Git - llvm/commitdiff
Try to appease clang-x64-ninja-win7 bot.
authorMatthias Braun <matze@braunis.de>
Tue, 10 May 2016 02:09:32 +0000 (02:09 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 10 May 2016 02:09:32 +0000 (02:09 +0000)
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

index 3245f8d46f43a63746c9831537455c5a01dc0ec2..9070adbf8986480b8e63c7ee5572642f41db49b2 100644 (file)
@@ -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"