Skip to content

Commit f455245

Browse files
svenvhsys-ce-bb
authored andcommitted
Fix missing includes (#2605)
The affected source files were relying on transitive includes that were no longer included after recent llvm-project changes (such as 36c6632 ("[IR] Don't include PassInstrumentation.h in PassManager.h (NFC) (#96219)", 2024-06-21)). Original commit: KhronosGroup/SPIRV-LLVM-Translator@97069a601d2e733
1 parent 1a321de commit f455245

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm-spirv/lib/SPIRV/SPIRVReader.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
#include "llvm/IR/Module.h"
7474
#include "llvm/IR/PassManager.h"
7575
#include "llvm/IR/PassManagerImpl.h"
76+
#include "llvm/IR/PassInstrumentation.h"
7677
#include "llvm/IR/Type.h"
7778
#include "llvm/IR/TypedPointerType.h"
7879
#include "llvm/Support/Casting.h"

0 commit comments

Comments
 (0)