[all-commits] [llvm/llvm-project] 626a84: [ORC] Remove unused headers.

lhames via All-commits all-commits at lists.llvm.org
Wed Aug 18 01:19:21 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 626a84e3b3606e5ee590844dc2ea7b3290e46f0d
      https://github.com/llvm/llvm-project/commit/626a84e3b3606e5ee590844dc2ea7b3290e46f0d
  Author: Lang Hames <lhames at gmail.com>
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/ExecutionEngine.h
    M llvm/include/llvm/ExecutionEngine/Orc/Core.h
    R llvm/include/llvm/ExecutionEngine/OrcMCJITReplacement.h
    R llvm/include/llvm/ExecutionEngine/OrcV1Deprecation.h
    M llvm/include/llvm/module.modulemap

  Log Message:
  -----------
  [ORC] Remove unused headers.


  Commit: 29ff2e879f65689c12b95b3377b08160236fce1f
      https://github.com/llvm/llvm-project/commit/29ff2e879f65689c12b95b3377b08160236fce1f
  Author: Lang Hames <lhames at gmail.com>
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
    M llvm/lib/ExecutionEngine/JITLink/ELFLinkGraphBuilder.h

  Log Message:
  -----------
  [JILink][ELF] Include binding and visibility values in error messages.

This should make it easier to track down JITLink errors for unrecognized
binding or visibility types, e.g.
https://lab.llvm.org/buildbot#builders/112/builds/8599.


Compare: https://github.com/llvm/llvm-project/compare/f58c0a962c93...29ff2e879f65


More information about the All-commits mailing list