0
0
mirror of https://github.com/llvm/llvm-project.git synced 2025-04-21 05:46:59 +00:00
Kazu Hirata 3133c956c5 [clang-sycl-linker] Fix a warning
This patch fixes:

  clang/tools/clang-sycl-linker/ClangSYCLLinker.cpp:368:14: error:
  moving a local object in a return statement prevents copy elision
  [-Werror,-Wpessimizing-move]
2025-04-17 10:19:37 -07:00
..