Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awkAllow users to use a non-system version of perl, python and awk, which is usefulin certain package managers.Reviewed By: JD
Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awkAllow users to use a non-system version of perl, python and awk, which is usefulin certain package managers.Reviewed By: JDevlieghere, MaskRayDifferential Revision: https://reviews.llvm.org/D95119
show more ...
Portable Python script across Python versionMake scripts more future-proof by importing most __future__ stuff.Differential Revision: https://reviews.llvm.org/D55208llvm-svn: 349504
Portable Python script across Python versionUsing from __future__ import print_function it is possible to have a compatible behavior of `print(...)` across Python version.Differential Revision: h
Portable Python script across Python versionUsing from __future__ import print_function it is possible to have a compatible behavior of `print(...)` across Python version.Differential Revision: https://reviews.llvm.org/D55213llvm-svn: 349454
Fix typo in test programllvm-svn: 108298
Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.llvm-svn: 91176
Add utils/TestUtils, and sink pch-test.pl there.Also, add a test for generator a C file with a very deep call stack.llvm-svn: 90468