OSDN Git Service

[lldb] Remove stale LLDB-Info.plist
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 8 Jan 2021 17:43:08 +0000 (09:43 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 8 Jan 2021 18:12:16 +0000 (10:12 -0800)
commit311b247c9fb58ee476184a7eb8044b8f54f95035
tree82f665132d4a009768931e70db67b5bd8462ba27
parent955dd7b7f3f6df79f573508ffb567f3923e892f7
[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.
lldb/resources/LLDB-Info.plist [deleted file]
lldb/test/API/commands/help/TestHelp.py