9 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-R8F0oYaUGugw8E3tdqNERgC+Z9Xl+4KCw3g/umccTts=";
19 nativeBuildInputs = [ setuptools ];
25 # Non-standard test suite. Needs custom checkPhase.
26 # Needs LLVM's `FileCheck` and `not`: `$out/bin/lit tests`
27 # There should be `llvmPackages.lit` since older LLVM versions may
28 # have the possibility of not correctly interfacing with newer lit versions
32 description = "Portable tool for executing LLVM and Clang style test suites";
34 homepage = "http://llvm.org/docs/CommandGuide/lit.html";
35 license = lib.licenses.ncsa;