[all-commits] [llvm/llvm-project] 311b24: [lldb] Remove stale LLDB-Info.plist

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Jan 8 10:12:36 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 311b247c9fb58ee476184a7eb8044b8f54f95035
      https://github.com/llvm/llvm-project/commit/311b247c9fb58ee476184a7eb8044b8f54f95035
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2021-01-08 (Fri, 08 Jan 2021)

  Changed paths:
    R lldb/resources/LLDB-Info.plist
    M lldb/test/API/commands/help/TestHelp.py

  Log Message:
  -----------
  [lldb] Remove stale LLDB-Info.plist

Remove the stale LLDB-Info.plist which was only used by TestHelp.py. The
latter would try to parse the version number from the plist and use that
to verify the version in the help output. Of course this never matched
so it would fall back to matching any arbitrary version.

This patch does *not* change the real LLDB-Info.plist.in file which is
used for the LLDB Framework.




More information about the All-commits mailing list