diff --git a/cmake/llvm-hash.txt b/cmake/llvm-hash.txt index 6f79225948a4..840d6d9f3e03 100644 --- a/cmake/llvm-hash.txt +++ b/cmake/llvm-hash.txt @@ -1 +1 @@ -b74e588e1f460eb48ceb1a30cf8ac870b7537dcc +fa57c7a6a5f594a9e3ae2dbe3542cf89a20cdd73 diff --git a/test/lib/Instrumentation/GPUHello.cpp b/test/lib/Instrumentation/GPUHello.cpp index 3bee8ce90ced..5c71857c8f36 100644 --- a/test/lib/Instrumentation/GPUHello.cpp +++ b/test/lib/Instrumentation/GPUHello.cpp @@ -61,7 +61,7 @@ bool GpuHello::runOnModule(Module &module) { PassPluginLibraryInfo getPassPluginInfo() { const auto callback = [](PassBuilder &pb) { - pb.registerOptimizerLastEPCallback([&](ModulePassManager &mpm, auto) { + pb.registerOptimizerLastEPCallback([&](ModulePassManager &mpm, auto, auto) { mpm.addPass(GpuHello()); return true; });