This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| webkit-unified-source-diagnostic.py | |
| Analyzes WebKit build logs for undefined reference errors caused by missing | |
| includes in unified source batches. | |
| Usage: | |
| python3 webkit-unified-source-diagnostic.py \ | |
| --log build-error.log \ |