[all-commits] [llvm/llvm-project] c76e3c: [ORC] Remove some stale unit test utils.
lhames via All-commits
all-commits at lists.llvm.org
Thu May 13 18:32:57 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c76e3c319ebfeecbc2814ae7ac44516b5f0b4027
https://github.com/llvm/llvm-project/commit/c76e3c319ebfeecbc2814ae7ac44516b5f0b4027
Author: Lang Hames <lhames at gmail.com>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M llvm/unittests/ExecutionEngine/Orc/OrcTestCommon.h
Log Message:
-----------
[ORC] Remove some stale unit test utils.
This code was used to test ORCv1, which has been removed. It is not useful for
testing ORCv2.
Commit: 527bd6dc1cc1a9ca14f40ef4eb5b5c1493da43b0
https://github.com/llvm/llvm-project/commit/527bd6dc1cc1a9ca14f40ef4eb5b5c1493da43b0
Author: Lang Hames <lhames at gmail.com>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M llvm/unittests/ExecutionEngine/Orc/RTDyldObjectLinkingLayerTest.cpp
Log Message:
-----------
[ORC] Remove unused RTDyldObjectLinkingLayerExecutionTest class from unit test.
Commit: 65736ac439beb12313d76c5b8bda12b3d0f469da
https://github.com/llvm/llvm-project/commit/65736ac439beb12313d76c5b8bda12b3d0f469da
Author: Lang Hames <lhames at gmail.com>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M llvm/unittests/ExecutionEngine/Orc/OrcTestCommon.h
Log Message:
-----------
[ORC] Remove the OrcExecutionTest class. It is no longer used.
Compare: https://github.com/llvm/llvm-project/compare/2ca887de6e3c...65736ac439be
More information about the All-commits
mailing list