This is an archive of the discontinued LLVM Phabricator instance.

[cmake] Support moving debuginfo-tests to llvm/projects
ClosedPublic

Authored by hintonda on Dec 7 2017, 11:00 AM.

Details

Summary

Support moving debuginfo-tests to llvm/projects


(see D40971)
This is one of two independent patches designed to support moving the
debuginfo-test repo from clang/test to llvm/projects. While each
patch is completely independent and can be applied seperately, both
are required to actually move the repo.

Due to the independent nature of these patches, debuginfo-test can
coexist in both clang/test and llvm/projects, so testers can add
debuginfo-test to llvm/projects without the need to immediately remove
it from clang/test.

Once both patches land and all buildbots have moved debuginfo-test to
llvm/projects, llvm/utils/test-debuginfo.pl can be removed as well the
tools reference to it in clang/test/lit.cfg.py. At which point, only
llvm/projects will be supported.

Diff Detail

Repository
rL LLVM

Event Timeline

hintonda created this revision.Dec 7 2017, 11:00 AM
hintonda updated this revision to Diff 126290.Dec 9 2017, 9:20 PM
  • Simply diff.
This revision was not accepted when it landed; it landed in state Needs Review.Dec 12 2017, 9:06 AM
This revision was automatically updated to reflect the committed changes.