mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[rebranch] Add missing llvm/IR/Module.h include
`llvm/IR/Module.h` was presumably being transitively included previously.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user