We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8674fdb commit 8154c6fCopy full SHA for 8154c6f
test/lib/Instrumentation/GPUHello.cpp
@@ -61,7 +61,7 @@ bool GpuHello::runOnModule(Module &module) {
61
62
PassPluginLibraryInfo getPassPluginInfo() {
63
const auto callback = [](PassBuilder &pb) {
64
- pb.registerOptimizerLastEPCallback([&](ModulePassManager &mpm, auto) {
+ pb.registerOptimizerLastEPCallback([&](ModulePassManager &mpm, auto, auto) {
65
mpm.addPass(GpuHello());
66
return true;
67
});
0 commit comments