]> granicus.if.org Git - clang/commit
[debuginfo-tests] Add support for moving debuginfo-tests from clang/test to llvm...
authorDon Hinton <hintonda@gmail.com>
Tue, 12 Dec 2017 16:48:35 +0000 (16:48 +0000)
committerDon Hinton <hintonda@gmail.com>
Tue, 12 Dec 2017 16:48:35 +0000 (16:48 +0000)
commit96484578625c26c20ca2c80a3ad85410bcb6c8cb
tree20edd6e4c4b1771feca9719d30c6e3dd02c7af68
parentcb61fc53dc997bca3bee98d898d3406d0acb221c
[debuginfo-tests] Add support for moving debuginfo-tests from clang/test to llvm/projects or monorepo.

Summary:
The new version of debuginfo-tests will have it's own
lit.cfg.py file which is incompatible with the one in clang/test.
This change supports both the old and new versions, and can be used
until the bots actually move debuginfo-tests to either clang/test or
the monorepo.

This is a prerequisite for D40971.

Reviewers: zturner, aprantl

Subscribers: mgorny, JDevlieghere, llvm-commits, cfe-commits

Differential Revision: https://reviews.llvm.org/D41055

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@320494 91177308-0d34-0410-b5e6-96231b3b80d8
test/CMakeLists.txt
test/lit.cfg.py