[all-commits] [llvm/llvm-project] 5d7632: MachO: don't emit L... private symbols in do_not_d...

Tim Northover via All-commits all-commits at lists.llvm.org
Thu Jul 15 06:41:02 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5d7632ee72c51b518bde17e385b71c5d3f0d2560
      https://github.com/llvm/llvm-project/commit/5d7632ee72c51b518bde17e385b71c5d3f0d2560
  Author: Tim Northover <t.p.northover at gmail.com>
  Date:   2021-07-15 (Thu, 15 Jul 2021)

  Changed paths:
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/test/CodeGen/X86/osx-private-labels.ll

  Log Message:
  -----------
  MachO: don't emit L... private symbols in do_not_dead_strip sections.

The linker can sometimes drop the do_not_dead_strip if it can't associate the
atom with a symbol (the other place to specify no dead-stripping in MachO
files).




More information about the All-commits mailing list