[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 09:51:27 PST 2017
zturner added inline comments.
================
Comment at: lit.site.cfg.py.in:25
+# Let the main config do the real work.
+lit_config.load_config(config, "@DEBUGINFO_TESTS_SOURCE_DIR@/lit.config.py")
----------------
hintonda wrote:
> This is how lit find lit.config.py.
>
> I'll test the monorepo variant and get back to you.
Yes, but you need to be able to type `llvm-lit.py path/to/debuginfo-tests`, and if you do that, lit is going to be looking specifically for a `lit.cfg.py` and won't find it
https://reviews.llvm.org/D40971
More information about the llvm-commits
mailing list