[lldb] JITLoaderGDB tests can use lli in ORC greedy mode
authorStefan Gränitz <stefan.graenitz@gmail.com>
Wed, 22 Sep 2021 11:54:26 +0000 (13:54 +0200)
committerStefan Gränitz <stefan.graenitz@gmail.com>
Wed, 22 Sep 2021 12:46:19 +0000 (14:46 +0200)
commit9689c1b7bb77d65e8acc9a13e5e416803d38b02f
treeaef8eb692d0208851a2ec0a472f032fdde95bd1d
parentd5681f1d688a45c000dd1e2c4f4d3678e0440b94
[lldb] JITLoaderGDB tests can use lli in ORC greedy mode

At first, lli only supported lazy mode for ORC. Greedy mode was added with e1579894d205 and is the default settings now. JITLoaderGDB tests don't rely on laziness, so we can switch them to greedy and remove some complexity.
lldb/test/Shell/Breakpoint/jit-loader_jitlink_elf.test
lldb/test/Shell/Breakpoint/jit-loader_rtdyld_elf.test