[llvm] r269006 - Try to appease clang-x64-ninja-win7 bot.

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Mon May 9 19:09:32 PDT 2016


Author: matze
Date: Mon May  9 21:09:32 2016
New Revision: 269006

URL: http://llvm.org/viewvc/llvm-project?rev=269006&view=rev
Log:
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.

Modified:
    llvm/trunk/tools/llc/llc.cpp

Modified: llvm/trunk/tools/llc/llc.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llc/llc.cpp?rev=269006&r1=269005&r2=269006&view=diff
==============================================================================
--- llvm/trunk/tools/llc/llc.cpp (original)
+++ llvm/trunk/tools/llc/llc.cpp Mon May  9 21:09:32 2016
@@ -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"




More information about the llvm-commits mailing list