forked from OSchip/llvm-project
Make scripts/analyze-project-deps.py executable
llvm-svn: 306669
This commit is contained in:
parent
7ed3e22f00
commit
0e44cff13b
|
@ -1,3 +1,5 @@
|
|||
#! /usr/bin/env python
|
||||
|
||||
import argparse
|
||||
import itertools
|
||||
import os
|
||||
|
@ -203,4 +205,4 @@ if args.discover_cycles:
|
|||
for (node, inc, outg) in sorted:
|
||||
print " {} [{} in, {} out]".format(node, inc, outg)
|
||||
sys.stdout.flush()
|
||||
pass
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue