[all-commits] [llvm/llvm-project] b6437b: Fix gcc9 "moving a local object in a return statem...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri Jan 17 07:54:47 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b6437b352db9d96ceb5bd7243e1cf0200e4bae6d
      https://github.com/llvm/llvm-project/commit/b6437b352db9d96ceb5bd7243e1cf0200e4bae6d
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-01-17 (Fri, 17 Jan 2020)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/Orc/RPC/RPCUtils.h

  Log Message:
  -----------
  Fix gcc9 "moving a local object in a return statement prevents copy elision" Wpessimizing-move warnings.


  Commit: ff3fe145fe48646d24371d3fe438fd03b0a6413f
      https://github.com/llvm/llvm-project/commit/ff3fe145fe48646d24371d3fe438fd03b0a6413f
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-01-17 (Fri, 17 Jan 2020)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h

  Log Message:
  -----------
  Fix gcc9 "moving a local object in a return statement prevents copy elision" Wpessimizing-move warning.


Compare: https://github.com/llvm/llvm-project/compare/43f60e614a3d...ff3fe145fe48


More information about the All-commits mailing list