[all-commits] [llvm/llvm-project] 989d8d: [llvm-jitlink] Fix a file comment.

lhames via All-commits all-commits at lists.llvm.org
Tue Aug 11 09:51:47 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 989d8dc9fe201eaa2c323d92bc39c00ee53f5012
      https://github.com/llvm/llvm-project/commit/989d8dc9fe201eaa2c323d92bc39c00ee53f5012
  Author: Lang Hames <lhames at gmail.com>
  Date:   2020-08-11 (Tue, 11 Aug 2020)

  Changed paths:
    M llvm/tools/llvm-jitlink/llvm-jitlink.h

  Log Message:
  -----------
  [llvm-jitlink] Fix a file comment.


  Commit: eed19c8c7e7a7a44e4a417b8df7afce5c4ae738c
      https://github.com/llvm/llvm-project/commit/eed19c8c7e7a7a44e4a417b8df7afce5c4ae738c
  Author: Lang Hames <lhames at gmail.com>
  Date:   2020-08-11 (Tue, 11 Aug 2020)

  Changed paths:
    A llvm/include/llvm/ExecutionEngine/Orc/RPC/FDRawByteChannel.h
    M llvm/include/llvm/ExecutionEngine/Orc/RPC/RPCSerialization.h
    M llvm/include/llvm/ExecutionEngine/Orc/RPC/RPCUtils.h
    M llvm/include/llvm/ExecutionEngine/Orc/RPC/RawByteChannel.h
    M llvm/tools/lli/ChildTarget/ChildTarget.cpp
    M llvm/tools/lli/RemoteJITUtils.h
    M llvm/tools/lli/lli.cpp

  Log Message:
  -----------
  [ORC] Move file-descriptor based raw byte channel into a public header.

This will enable re-use in other llvm tools.


Compare: https://github.com/llvm/llvm-project/compare/d8c1f43dcc94...eed19c8c7e7a


More information about the All-commits mailing list