[all-commits] [llvm/llvm-project] b48784: [JITLink][COFF] Don't dead strip COMDAT associativ...

Sunho Kim via All-commits all-commits at lists.llvm.org
Mon Jul 25 07:00:16 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b4878493dc3e1a2ecce45a917229f0d51947425c
      https://github.com/llvm/llvm-project/commit/b4878493dc3e1a2ecce45a917229f0d51947425c
  Author: Sunho Kim <ksunhokim123 at gmail.com>
  Date:   2022-07-25 (Mon, 25 Jul 2022)

  Changed paths:
    M llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.cpp
    A llvm/test/ExecutionEngine/JITLink/X86/COFF_comdat_associative_dead_strip.test
    A llvm/test/ExecutionEngine/JITLink/X86/COFF_comdat_associative_no_dead_strip.test

  Log Message:
  -----------
  [JITLink][COFF] Don't dead strip COMDAT associative symbol.

This prevents the dead strip of associative comdat section when parent section is alive.

Reviewed By: sgraenitz

Differential Revision: https://reviews.llvm.org/D129720




More information about the All-commits mailing list