[all-commits] [llvm/llvm-project] 3f38dc: [lld-macho] Silence XAR deprecation warning

Keith Smiley via All-commits all-commits at lists.llvm.org
Wed Jan 19 13:53:58 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f38dc5c046c08111a9c7505d35e530473c213dd
      https://github.com/llvm/llvm-project/commit/3f38dc5c046c08111a9c7505d35e530473c213dd
  Author: Keith Smiley <keithbsmiley at gmail.com>
  Date:   2022-01-19 (Wed, 19 Jan 2022)

  Changed paths:
    M lld/MachO/SyntheticSections.cpp

  Log Message:
  -----------
  [lld-macho] Silence XAR deprecation warning

If you're building this on macOS 12.x+ this produces a deprecation
warning. I'm not sure what this means for the bitcode format going
forward, but it seems safe to silence for now.

Do we need to worry about GCC for this?

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




More information about the All-commits mailing list