This is an archive of the discontinued LLVM Phabricator instance.

[dotest] Rename llvm-dotest -> lldb-dotest and make it a custom target
ClosedPublic

Authored by JDevlieghere on Mar 14 2018, 8:19 AM.

Details

Summary

This renames llvm-dotest to lldb-dotest and makes it a custom target so
you can run ninja lldb-dotest to rebuild whatever is necessary before
rerunning the tests.

Diff Detail

Repository
rL LLVM

Event Timeline

JDevlieghere created this revision.Mar 14 2018, 8:19 AM
davide accepted this revision.Mar 14 2018, 8:21 AM

LGTM

This revision is now accepted and ready to land.Mar 14 2018, 8:21 AM

Shouldn’t it be lldb-dotest? I’m confused about what this target does

The name should be changed (also the utility name), but that should be done separately.

Also, I second the feeling of having lldb somewhere in the name for the utility (rather than llvm :)

Yeah, that's more sensible indeed. I must have had llvm-lit in mind and never gave it a second thought.

JDevlieghere retitled this revision from [dotest] Make llvm-dotest a custom target to [dotest] Rename llvm-dotest -> lldb-dotest and make it a custom target.Mar 14 2018, 8:30 AM
JDevlieghere edited the summary of this revision. (Show Details)
This revision was automatically updated to reflect the committed changes.
lldb/trunk/test/CMakeLists.txt