forked from OSchip/llvm-project
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. llvm-svn: 269006
This commit is contained in:
parent
3dc1669133
commit
a00b97f780
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue