Skip to content

Commit 3f24561

Browse files
committed
[unittest] Include Module.h after #97023
1 parent 7d17114 commit 3f24561

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/unittests/Target/DirectX/PointerTypeAnalysisTests.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include "llvm/AsmParser/Parser.h"
1111
#include "llvm/IR/Instructions.h"
1212
#include "llvm/IR/LLVMContext.h"
13+
#include "llvm/IR/Module.h"
1314
#include "llvm/IR/Type.h"
1415
#include "llvm/IR/TypedPointerType.h"
1516
#include "llvm/Support/SourceMgr.h"

llvm/unittests/Target/SPIRV/SPIRVConvergenceRegionAnalysisTests.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include "llvm/IR/Instructions.h"
1414
#include "llvm/IR/LLVMContext.h"
1515
#include "llvm/IR/LegacyPassManager.h"
16+
#include "llvm/IR/Module.h"
1617
#include "llvm/IR/PassInstrumentation.h"
1718
#include "llvm/IR/Type.h"
1819
#include "llvm/IR/TypedPointerType.h"

0 commit comments

Comments
 (0)