[PATCH] D54731: [lit] Enable the use of custom user-defined lit commands

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 20 18:31:39 PST 2018


vsk added a subscriber: filcab.
vsk added a comment.

For compiling/linking, I think we can get by using lit substitutions to fill in platform-specific options? iOS testing for Swift is done this way (both on-device and simulator), as is testing for the profiling runtime. Dan and @filcab are more active in the area of sanitizer runtime testing, so they may have more informed opinions to share about how well that model works.

I’m not sure what we’d use custom lit commands for beyond compiling tests.


https://reviews.llvm.org/D54731





More information about the llvm-commits mailing list