| Index: tools/clang/scripts/package.py
|
| diff --git a/tools/clang/scripts/package.py b/tools/clang/scripts/package.py
|
| index fb958605f4c8909426351c0605be3786b24f2a17..5cf3d067995c509de945c8bd16a159298c77d81d 100755
|
| --- a/tools/clang/scripts/package.py
|
| +++ b/tools/clang/scripts/package.py
|
| @@ -195,6 +195,7 @@ def main():
|
| # This supports the same patterns that the fnmatch module understands.
|
| exe_ext = '.exe' if sys.platform == 'win32' else ''
|
| want = ['bin/llvm-symbolizer' + exe_ext,
|
| + 'bin/sancov' + exe_ext,
|
| 'lib/clang/*/asan_blacklist.txt',
|
| 'lib/clang/*/cfi_blacklist.txt',
|
| # Copy built-in headers (lib/clang/3.x.y/include).
|
|
|