[all-commits] [llvm/llvm-project] 151f80: [JITLink] Demote symbol scope to local during exte...

lhames via All-commits all-commits at lists.llvm.org
Tue Mar 8 10:42:01 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 151f809c558d3d7e67e4d4b7efe84218c3b8cfa7
      https://github.com/llvm/llvm-project/commit/151f809c558d3d7e67e4d4b7efe84218c3b8cfa7
  Author: Lang Hames <lhames at gmail.com>
  Date:   2022-03-08 (Tue, 08 Mar 2022)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h
    A llvm/test/ExecutionEngine/JITLink/X86/ELF_external_to_absolute_conversion.s

  Log Message:
  -----------
  [JITLink] Demote symbol scope to local during external-to-absolute conversion.

When an external symbol is converted to an absolute it should be demoted to
local scope so that the symbol does not become a new definition within this
LinkGraph.




More information about the All-commits mailing list