[all-commits] [llvm/llvm-project] 38d16f: [ORC] Drop StaticLibraryDefinitionGenerator Load/C...

lhames via All-commits all-commits at lists.llvm.org
Wed Mar 1 15:39:34 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 38d16f509a3faff3c545da5bfd5a8bcbd234ff24
      https://github.com/llvm/llvm-project/commit/38d16f509a3faff3c545da5bfd5a8bcbd234ff24
  Author: Lang Hames <lhames at gmail.com>
  Date:   2023-03-01 (Wed, 01 Mar 2023)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h
    M llvm/lib/ExecutionEngine/Orc/ELFNixPlatform.cpp
    M llvm/lib/ExecutionEngine/Orc/ExecutionUtils.cpp
    M llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp
    M llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
    M llvm/tools/lli/lli.cpp
    M llvm/tools/llvm-jitlink/llvm-jitlink.cpp

  Log Message:
  -----------
  [ORC] Drop StaticLibraryDefinitionGenerator Load/Create overloads with triples.

We can get the triple from the ExecutionSession, so clients shouldn't have to
provide it.


  Commit: 0963833a194331a8b8d6775dcd1c3025a8154751
      https://github.com/llvm/llvm-project/commit/0963833a194331a8b8d6775dcd1c3025a8154751
  Author: Lang Hames <lhames at gmail.com>
  Date:   2023-03-01 (Wed, 01 Mar 2023)

  Changed paths:
    M llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp

  Log Message:
  -----------
  [ExecutionEngine] Silence warnings about sprintf use in interpreter.

We should review memory safety in the interpreter
(https://github.com/llvm/llvm-project/issues/58086), but for now just silence
the warnings to reduce noise.

rdar://100555195


Compare: https://github.com/llvm/llvm-project/compare/effd56b0a030...0963833a1943


More information about the All-commits mailing list