This is an archive of the discontinued LLVM Phabricator instance.

[debuginfo] Remove obsolete test_debuginfo.pl that was moved to debuginfo-tests.
ClosedPublic

Authored by hintonda on Dec 14 2017, 1:57 PM.

Details

Summary

Now that r320495, "[debuginfo-tests] Support moving
debuginfo-tests to llvm/projects," has landed, which includes a local
copy of test_debuginfo.pl, remove the obsolete copy.

Diff Detail

Repository
rL LLVM

Event Timeline

hintonda created this revision.Dec 14 2017, 1:57 PM
aprantl accepted this revision.Dec 14 2017, 2:07 PM

Did you check that every reference was updated to the new location?

This revision is now accepted and ready to land.Dec 14 2017, 2:07 PM

Did you check that every reference was updated to the new location?

Yes, debuginfo-test is the only places it's used. However, if an issue does comes up, we'll deal with it or revert.

This revision was automatically updated to reflect the committed changes.