This is an archive of the discontinued LLVM Phabricator instance.

Add lldb-vscode as a dependency of lldb tests.
ClosedPublic

Authored by jgorbe on Mar 26 2019, 11:00 AM.

Details

Summary

In the current state, 'ninja check-lldb' runs the lldb-vscode tests, but it
won't rebuild lldb-vscode if any of its sources has changed. This is very
confusing when you fix something and the tests keep failing, or vice versa.

Diff Detail

Repository
rL LLVM

Event Timeline

jgorbe created this revision.Mar 26 2019, 11:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 26 2019, 11:01 AM
Herald added a subscriber: mgorny. · View Herald Transcript
zturner accepted this revision.Mar 26 2019, 11:15 AM
This revision is now accepted and ready to land.Mar 26 2019, 11:15 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 26 2019, 11:37 AM