From 1fc65a65fe54635d0e564559ba5a7b8a8a42d4d6 Mon Sep 17 00:00:00 2001 From: dim Date: Mon, 11 Oct 2010 17:22:16 +0000 Subject: Remove more unneeded files and directories from contrib/llvm. This still allows us to build tblgen and clang, and further reduces the footprint in the tree. Approved by: rpaulo (mentor) --- contrib/llvm/utils/lit/lit.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 contrib/llvm/utils/lit/lit.py (limited to 'contrib/llvm/utils/lit/lit.py') diff --git a/contrib/llvm/utils/lit/lit.py b/contrib/llvm/utils/lit/lit.py deleted file mode 100755 index 851063b..0000000 --- a/contrib/llvm/utils/lit/lit.py +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env python - -if __name__=='__main__': - import lit - lit.main() -- cgit v1.1