8 buildPythonPackage rec {
14 inherit pname version;
15 hash = "sha256-36mvm1X8RQmla+e/I0bwedf0okLVg7ny4LB4/Qq64xs=";
26 # Non-standard test suite. Needs custom checkPhase.
27 # Needs LLVM's `FileCheck` and `not`: `$out/bin/lit tests`
28 # There should be `llvmPackages.lit` since older LLVM versions may
29 # have the possibility of not correctly interfacing with newer lit versions
33 description = "Portable tool for executing LLVM and Clang style test suites";
35 homepage = "http://llvm.org/docs/CommandGuide/lit.html";
36 license = lib.licenses.ncsa;
37 maintainers = with lib.maintainers; [ dtzWill ];