Skip to content

Commit 8154c6f

Browse files
committed
Fix an API breakage.
1 parent 8674fdb commit 8154c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/Instrumentation/GPUHello.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ bool GpuHello::runOnModule(Module &module) {
6161

6262
PassPluginLibraryInfo getPassPluginInfo() {
6363
const auto callback = [](PassBuilder &pb) {
64-
pb.registerOptimizerLastEPCallback([&](ModulePassManager &mpm, auto) {
64+
pb.registerOptimizerLastEPCallback([&](ModulePassManager &mpm, auto, auto) {
6565
mpm.addPass(GpuHello());
6666
return true;
6767
});

0 commit comments

Comments
 (0)