This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Replace getBuildArtifact("a.out") with getTestExecutable()
Needs ReviewPublic

Authored by JDevlieghere on Jun 8 2022, 1:12 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary
find . -type f -exec sed -i.bak "s/getBuildArtifact(\"a.out\")/getTestExecutable()/g" '{}' \;

Diff Detail

Event Timeline

JDevlieghere created this revision.Jun 8 2022, 1:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 8 2022, 1:12 PM
JDevlieghere requested review of this revision.Jun 8 2022, 1:12 PM