[all-commits] [llvm/llvm-project] 1e97d1: [dsymutil] Add -q/--quiet flag to suppress warning...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu May 9 15:55:57 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e97d114b5b2b522de7e0aa9c950199de0798d53
      https://github.com/llvm/llvm-project/commit/1e97d114b5b2b522de7e0aa9c950199de0798d53
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
    M llvm/docs/CommandGuide/dsymutil.rst
    M llvm/test/tools/dsymutil/ARM/empty-map.test
    M llvm/test/tools/dsymutil/cmdline.test
    M llvm/tools/dsymutil/LinkUtils.h
    M llvm/tools/dsymutil/Options.td
    M llvm/tools/dsymutil/dsymutil.cpp

  Log Message:
  -----------
  [dsymutil] Add -q/--quiet flag to suppress warnings (#91658)

Add a -q/--quiet flag to suppress dsymutil output. For now the flag is
limited to dsymutil, though there might be other places in the DWARF
linker that could be conditionalized by this flag.

The motivation is having a way to silence the "no debug symbols in
executable" warning. This is useful when we want to generate a dSYM for
a binary not containing debug symbols, but still want a dSYM that can be
indexed by spotlight.

rdar://127843467



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list