[all-commits] [llvm/llvm-project] 76d6a8: [ORC] Rename blobSerializationRoundTrip, drop expl...

lhames via All-commits all-commits at lists.llvm.org
Sat Aug 21 18:36:26 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 76d6a8df203022e96ddebb2d48a456a3a1bc3ec1
      https://github.com/llvm/llvm-project/commit/76d6a8df203022e96ddebb2d48a456a3a1bc3ec1
  Author: Lang Hames <lhames at gmail.com>
  Date:   2021-08-22 (Sun, 22 Aug 2021)

  Changed paths:
    M llvm/unittests/ExecutionEngine/Orc/SimplePackedSerializationTest.cpp

  Log Message:
  -----------
  [ORC] Rename blobSerializationRoundTrip, drop explicit arg types on calls.

Renames the blobSerializationRoundTrip test helper function to
spsSerializationRoundTrip ('blob' was the placeholder name for the serialization
scheme during prototyping, this function was missed when renaming everything
for the mainline). Also drops explicit template arguments at call sites where
they can be inferred (and are obvious) from the call argument type.


  Commit: 1e5e1bee49251de36ec07a3dc64d98236fcd1f2b
      https://github.com/llvm/llvm-project/commit/1e5e1bee49251de36ec07a3dc64d98236fcd1f2b
  Author: Lang Hames <lhames at gmail.com>
  Date:   2021-08-22 (Sun, 22 Aug 2021)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h
    M llvm/unittests/ExecutionEngine/Orc/SimplePackedSerializationTest.cpp

  Log Message:
  -----------
  [ORC] Add std::tuple support to SimplePackedSerialization.


Compare: https://github.com/llvm/llvm-project/compare/b088536ce9e0...1e5e1bee4925


More information about the All-commits mailing list