[PATCH] D73980: [lit] add multi-cfgd test suite discovery

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 23 18:48:43 PST 2020


delcypher requested changes to this revision.
delcypher added a comment.
This revision now requires changes to proceed.

@ychen I need convincing that this feature is actually needed. Today the problem of multiple configurations is solved at the CMake level in compiler-rt where we have CMake generate multiple config directories that point to the same source tree. Each config is generated differently depending on the use case. Why isn't that sufficient for the problem you are trying to solve.

The description of this change is also very incomplete.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73980/new/

https://reviews.llvm.org/D73980





More information about the llvm-commits mailing list