[ORC] Merge LLVMSPSSerializers.h into SimplePackedSerialization.h.
authorLang Hames <lhames@gmail.com>
Mon, 6 Sep 2021 00:02:56 +0000 (10:02 +1000)
committerLang Hames <lhames@gmail.com>
Sat, 11 Sep 2021 01:24:00 +0000 (11:24 +1000)
commita0a91ed3dda28deada41f570e1bef6bc3338a125
tree9410f8c13f7bc777fc1459e89895e9df0bd65d76
parent22641f585372dd228bf668bcf0c0e171f6ff26c3
[ORC] Merge LLVMSPSSerializers.h into SimplePackedSerialization.h.

Since the ORC runtime and LLVM are no longer sharing SPS code (the ORC runtime
has its own copy) there is no reason to keep these separate.
llvm/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h
llvm/include/llvm/ExecutionEngine/Orc/LLVMSPSSerializers.h [deleted file]
llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
llvm/include/llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h
llvm/unittests/ExecutionEngine/Orc/SimplePackedSerializationTest.cpp