Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Portable Python script across Python version | Serge Guelton | 2018-12-18 | 1 | -1/+1 |
| | | | | | | | | Make scripts more future-proof by importing most __future__ stuff. Differential Revision: https://reviews.llvm.org/D55208 llvm-svn: 349504 | ||||
* | Portable Python script across Python version | Serge Guelton | 2018-12-18 | 1 | -8/+9 |
| | | | | | | | | Using from __future__ import print_function it is possible to have a compatible behavior of `print(...)` across Python version. Differential Revision: https://reviews.llvm.org/D55213 llvm-svn: 349454 | ||||
* | Add utils/TestUtils, and sink pch-test.pl there. | Daniel Dunbar | 2009-12-03 | 1 | -0/+24 |
Also, add a test for generator a C file with a very deep call stack. llvm-svn: 90468 |