зеркало из https://github.com/microsoft/clang-1.git
Remove unused "verbose" argument to compile(). Also unbreaks ccc-analyzer.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50066 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
6cdf16d61d
Коммит
fe87354769
|
@ -37,7 +37,7 @@ def run(args):
|
|||
if code:
|
||||
sys.exit(code)
|
||||
|
||||
def compile(args,verbose):
|
||||
def compile(args):
|
||||
# We MUST print to stderr. Some clients use the stdout output of
|
||||
# gcc for various purposes.
|
||||
print >> sys.stderr, '\n'
|
||||
|
|
Загрузка…
Ссылка в новой задаче