| Index: tools/clang/scripts/package.py
|
| diff --git a/tools/clang/scripts/package.py b/tools/clang/scripts/package.py
|
| index 1b79037c8f170822632edb7d7ea99e92965d5bac..74fc409ebcc3092b5b3191b789dd1e4c25781658 100755
|
| --- a/tools/clang/scripts/package.py
|
| +++ b/tools/clang/scripts/package.py
|
| @@ -118,6 +118,7 @@ def main():
|
| exe_ext = '.exe' if sys.platform == 'win32' else ''
|
| want = ['bin/llvm-symbolizer' + exe_ext,
|
| 'lib/clang/*/asan_blacklist.txt',
|
| + 'lib/clang/*/cfi_blacklist.txt',
|
| # Copy built-in headers (lib/clang/3.x.y/include).
|
| 'lib/clang/*/include/*',
|
| ]
|
|
|