[PATCH] D40971: [debuginfo-tests] Support moving debuginfo-tests to llvm/projects

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 7 16:06:07 PST 2017


aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.

I tried this locally with debuginfo-tests checked out into tools/clang/test, and as far as I can tell the debuginfo-tests are only recognized once by lit.
Tentatively LGTM, but please do watch the bots after committing.



================
Comment at: test_debuginfo.pl:1
+#!/usr/bin/perl
+#
----------------
It seems weird to have this file here, but not `llgdb.py`. I would either copy both or none.


https://reviews.llvm.org/D40971





More information about the llvm-commits mailing list