[rebranch] Add missing llvm/IR/Module.h include

`llvm/IR/Module.h` was presumably being transitively included
previously.
This commit is contained in:
Ben Barham
2024-07-29 13:50:16 -07:00
parent fb9f82caca
commit 5b4cd16647
2 changed files with 2 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
#include "swift/AST/ProtocolConformanceRef.h"
#include "swift/ABI/MetadataValues.h"
#include "swift/Basic/Assertions.h"
#include "llvm/IR/Module.h"
using namespace swift;
using namespace irgen;

View File

@@ -27,6 +27,7 @@
#include "llvm/IR/DebugInfoMetadata.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Module.h"
#include "llvm/Pass.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/CommandLine.h"