| Index: tools/clang/scripts/package.py
 | 
| diff --git a/tools/clang/scripts/package.py b/tools/clang/scripts/package.py
 | 
| index ff28ba5030046d8b9b888075eed7ea477ceed29e..e3cb7ee7bc2928eb597742b3fce71b7e72d9662a 100755
 | 
| --- a/tools/clang/scripts/package.py
 | 
| +++ b/tools/clang/scripts/package.py
 | 
| @@ -75,6 +75,9 @@ def main():
 | 
|             log, fail_hard=False)
 | 
|      TeeCmd(['svn', 'diff', os.path.join(LLVM_DIR, 'tools', 'clang')],
 | 
|             log, fail_hard=False)
 | 
| +    # TODO(thakis): compiler-rt is in projects/compiler-rt on Windows but
 | 
| +    # llvm/compiler-rt elsewhere. So this diff call is currently only right on
 | 
| +    # Windows.
 | 
|      Tee('Diff in llvm/compiler-rt:\n', log)
 | 
|      TeeCmd(['svn', 'stat', os.path.join(LLVM_DIR, 'projects', 'compiler-rt')],
 | 
|             log, fail_hard=False)
 | 
| 
 |