[PATCH] D95339: [WIP][RFC][test] Add lit framework for cross-project test suite

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 25 03:33:16 PST 2021


jhenderson created this revision.
Herald added a subscriber: mgorny.
jhenderson requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.
Herald added a project: LLVM.

This is intended as a prototype for a lit test suite that can use tools from multiple projects within LLVM. The suite is setup to demo using a test that requires both clang and LLD. See the llvm-dev mailing list for the details.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D95339

Files:
  cross-project-tests/CMakeLists.txt
  cross-project-tests/lit.cfg.py
  cross-project-tests/lit.site.cfg.py.in
  cross-project-tests/lld-clang.c
  llvm/CMakeLists.txt
  llvm/tools/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95339.318939.patch
Type: text/x-patch
Size: 5032 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210125/5948a9a2/attachment.bin>


More information about the llvm-commits mailing list