[all-commits] [llvm/llvm-project] f24335: MachO: fix Clang test broken by dropping private l...

Tim Northover via All-commits all-commits at lists.llvm.org
Thu Jul 15 07:05:23 PDT 2021


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

  Changed paths:
    M clang/test/CodeGenObjC/protocol-in-extended-class.m

  Log Message:
  -----------
  MachO: fix Clang test broken by dropping private labels in LLVM.

LLVM changed to not emit L... labels for things marked "do_not_dead_strip"
because the linker can sometimes drop the flag if there's no proper symbol.
This Clang test checked for the old behaviour, but doesn't actually care about
that bit.




More information about the All-commits mailing list