commit | 73cb10307bfc597f8b326e1c276648f6770de574 | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Tue May 13 17:10:28 2008 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Tue May 13 17:10:28 2008 +0000 |
tree | 6e777f4f69c47c2634f16a7a71ac817210b69c85 | |
parent | 86eb3116f9eb1ded8a834207aafde3413f7ed884 [diff] [blame] |
Re-enable the analyzer. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51055 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer index 228f8e9..25474e6 100755 --- a/utils/ccc-analyzer +++ b/utils/ccc-analyzer
@@ -93,8 +93,7 @@ print >> sys.stderr, ' '.join(command+print_args) print >> sys.stderr, '\n' - -# subprocess.call(args) + subprocess.call(args) def link(args): command = 'gcc'.split()