[all-commits] [llvm/llvm-project] 9689c1: [lldb] JITLoaderGDB tests can use lli in ORC greed...

Stefan Gränitz via All-commits all-commits at lists.llvm.org
Wed Sep 22 05:46:43 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9689c1b7bb77d65e8acc9a13e5e416803d38b02f
      https://github.com/llvm/llvm-project/commit/9689c1b7bb77d65e8acc9a13e5e416803d38b02f
  Author: Stefan Gränitz <stefan.graenitz at gmail.com>
  Date:   2021-09-22 (Wed, 22 Sep 2021)

  Changed paths:
    M lldb/test/Shell/Breakpoint/jit-loader_jitlink_elf.test
    M lldb/test/Shell/Breakpoint/jit-loader_rtdyld_elf.test

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list