[ORC] Rename blobSerializationRoundTrip, drop explicit arg types on calls.
authorLang Hames <lhames@gmail.com>
Sun, 22 Aug 2021 00:58:58 +0000 (10:58 +1000)
committerLang Hames <lhames@gmail.com>
Sun, 22 Aug 2021 01:17:04 +0000 (11:17 +1000)
commit76d6a8df203022e96ddebb2d48a456a3a1bc3ec1
tree883dd5f7976fab3e61509203d09d17276b477bf3
parentb088536ce9e0473d6ab63c24ad69ca7ea2339a46
[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.
llvm/unittests/ExecutionEngine/Orc/SimplePackedSerializationTest.cpp