Make scripts/analyze-project-deps.py executable

llvm-svn: 306669
This commit is contained in:
Pavel Labath 2017-06-29 13:02:15 +00:00
parent 7ed3e22f00
commit 0e44cff13b
1 changed files with 3 additions and 1 deletions

2
lldb/scripts/analyze-project-deps.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#! /usr/bin/env python
import argparse
import itertools
import os