[all-commits] [llvm/llvm-project] 2131eb: [ORC] DebugObjectManagerPlugin tests can use lli i...

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


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

  Changed paths:
    M llvm/test/ExecutionEngine/OrcLazy/debug-descriptor-elf-minimal.ll
    M llvm/test/ExecutionEngine/OrcLazy/debug-objects-elf-minimal.ll

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




More information about the All-commits mailing list