Skip to content

Commit

Permalink
[sycl-post-link][NFC] Return accidentally reverted change (#4726)
Browse files Browse the repository at this point in the history
Returned back small piece of code which was accidentally reverted
in #4693
  • Loading branch information
AlexeySachkov authored Oct 8, 2021
1 parent 18f5643 commit a7e8bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/tools/sycl-post-link/sycl-post-link.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ static void collectKernelModuleMap(
}
case Scope_Global:
// the map key is not significant here
ResKernelModuleMap["<GLOBAL>"].push_back(&F);
ResKernelModuleMap[GLOBAL_SCOPE_NAME].push_back(&F);
break;
}
}
Expand Down

0 comments on commit a7e8bfa

Please sign in to comment.