Skip to content

Commit 93ca5f9

Browse files
authored
Update PassPlugin include (#3477)
Update for llvm-project commit f54df0d09e19 ("[LLVM][NFC] Move PassPlugin from Passes to separate library", 2025-12-22).
1 parent fedea4b commit 93ca5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SPIRV/PassPlugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#include "SPIRVWriter.h"
5050

5151
#include "llvm/Passes/PassBuilder.h"
52-
#include "llvm/Passes/PassPlugin.h"
52+
#include "llvm/Plugins/PassPlugin.h"
5353

5454
using namespace llvm;
5555

0 commit comments

Comments
 (0)