[Lldb-commits] [lldb] r325851 - [testsuite] Throw away test/debug_info/apple_types.

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 22 17:33:20 PST 2018


Author: davide
Date: Thu Feb 22 17:33:20 2018
New Revision: 325851

URL: http://llvm.org/viewvc/llvm-project?rev=325851&view=rev
Log:
[testsuite] Throw away test/debug_info/apple_types.

This test was only testing that clang produced the correct informations
for __apple accelerated tables. So, it's a clang test. Also, it
doesn't require any debugger intervention, the object file can
be analyzed statically with a dumper. Also, the input program
was highly verbose (unnecessarily).

r325850 commits a clang test instead, so it's time to retire this.

Removed:
    lldb/trunk/packages/Python/lldbsuite/test/macosx/debug-info/



More information about the lldb-commits mailing list