[PATCH] D40971: [debuginfo-tests] Support moving debuginfo-tests to llvm/projects
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 8 08:29:39 PST 2017
zturner added inline comments.
================
Comment at: lit.config.py:1
+# -*- Python -*-
+
----------------
zturner wrote:
> I think the rename of this file is going to be a problem for the mono-repo case. In that, this will be the top-level directory tree and if there's no` lit.cfg.py`, lit won't find anything to run.
There needs to be a way to disable lit discovery of this suite only as part of the clang suite, and not as part of anything else that might cause it to be discovered.
https://reviews.llvm.org/D40971
More information about the llvm-commits
mailing list