[PATCH] D40971: [debuginfo-tests] Support moving debuginfo-tests to llvm/projects
Don Hinton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 7 16:45:04 PST 2017
hintonda added a comment.
In https://reviews.llvm.org/D40971#948999, @aprantl wrote:
> 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.
Great, I'll commit in the morning so I can watch the bots.
================
Comment at: test_debuginfo.pl:1
+#!/usr/bin/perl
+#
----------------
aprantl wrote:
> It seems weird to have this file here, but not `llgdb.py`. I would either copy both or none.
lldgbb.py is already in debuginfo.-tests. This just puts them both in the same place.
https://reviews.llvm.org/D40971
More information about the llvm-commits
mailing list