This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Restructure test folders to match LLDB command hierarchy
ClosedPublic

Authored by teemperor on Aug 30 2019, 11:52 PM.

Details

Summary

As discussed on lldb-dev, this patch moves some LLDB tests into a hierarchy that more closely
resembles the commands we use in the LLDB interpreter. This patch should only move tests
that use the command interpreter and shouldn't touch any tests that primarily test the SB API.

Diff Detail

Repository
rL LLVM

Event Timeline

teemperor created this revision.Aug 30 2019, 11:52 PM
Herald added a project: Restricted Project. · View Herald Transcript
JDevlieghere accepted this revision.Aug 31 2019, 3:01 PM
This revision is now accepted and ready to land.Aug 31 2019, 3:01 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald Transcript