[all-commits] [llvm/llvm-project] b7e50d: [lli] Mimic default LLJIT logic with explicit --ji...

Stefan Gränitz via All-commits all-commits at lists.llvm.org
Fri Jan 5 02:55:06 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b7e50df0262a9e563bc908e2bea06cd839a42140
      https://github.com/llvm/llvm-project/commit/b7e50df0262a9e563bc908e2bea06cd839a42140
  Author: Stefan Gränitz <stefan.graenitz at gmail.com>
  Date:   2024-01-05 (Fri, 05 Jan 2024)

  Changed paths:
    M llvm/tools/lli/lli.cpp

  Log Message:
  -----------
  [lli] Mimic default LLJIT logic with explicit --jit-linker option (#76964)

Forcing the JITLinker to the default configuration shouldn't affect the
configuration of the JIT. Since it's implemented by setting the
ObjectLinkingLayerCreator, it did have side-effects though. In
particular, we skipped the Code- and RelocationModel setting in
`LLJITBuilderState::prepareForConstruction()`.




More information about the All-commits mailing list