[ORC] DebugObjectManagerPlugin tests can use lli in ORC greedy mode
authorStefan Gränitz <stefan.graenitz@gmail.com>
Wed, 22 Sep 2021 15:46:08 +0000 (17:46 +0200)
committerStefan Gränitz <stefan.graenitz@gmail.com>
Wed, 22 Sep 2021 16:26:52 +0000 (18:26 +0200)
commit2131eb696386241e77f257ccc57e1a7955869971
tree0402cf1a293f0819eeba4e8e5308c2c0bbfc48bd
parent277b681edec2ee4394c7e62a118ad21b2cbbb227
[ORC] DebugObjectManagerPlugin tests can use lli in ORC greedy mode

Initially, lli only supported lazy mode for ORC. Greedy mode was added with e1579894d205 and it's the default setting now. DebugObjectManagerPlugin tests don't rely on laziness, so we can switch them to greedy in order to avoid some unnecessary complexity.
llvm/test/ExecutionEngine/OrcLazy/debug-descriptor-elf-minimal.ll
llvm/test/ExecutionEngine/OrcLazy/debug-objects-elf-minimal.ll