[all-commits] [llvm/llvm-project] 49f4a5: [ORC-RT] Split Simple-Packed-Serialization code in...

lhames via All-commits all-commits at lists.llvm.org
Sat Jun 12 18:07:45 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 49f4a58d53c72abee6da3443028fff6bb2d8fe35
      https://github.com/llvm/llvm-project/commit/49f4a58d53c72abee6da3443028fff6bb2d8fe35
  Author: Lang Hames <lhames at gmail.com>
  Date:   2021-06-13 (Sun, 13 Jun 2021)

  Changed paths:
    M compiler-rt/lib/orc/CMakeLists.txt
    M compiler-rt/lib/orc/common.h
    A compiler-rt/lib/orc/simple_packed_serialization.h
    M compiler-rt/lib/orc/unittests/CMakeLists.txt
    A compiler-rt/lib/orc/unittests/simple_packed_serialization_test.cpp
    M compiler-rt/lib/orc/unittests/wrapper_function_utils_test.cpp
    M compiler-rt/lib/orc/wrapper_function_utils.h

  Log Message:
  -----------
  [ORC-RT] Split Simple-Packed-Serialization code into its own header.

This will simplify integration of this code into LLVM -- The
Simple-Packed-Serialization code can be copied near-verbatim, but
WrapperFunctionResult will require more adaptation.




More information about the All-commits mailing list