Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python compat - print statement | Serge Guelton | 2019-01-03 | 1 | -0/+2 |
| | | | | | | | | | Make sure all print statements are compatible with Python 2 and Python3 using the `from __future__ import print_function` statement. Differential Revision: https://reviews.llvm.org/D56249 llvm-svn: 350307 | ||||
* | MC, COFF: Make bigobj test compatible with python3 | David Majnemer | 2014-10-14 | 1 | -3/+3 |
| | | | | | | No functionality change intended. llvm-svn: 219739 | ||||
* | MC: Rewrite bigobj test in python | David Majnemer | 2014-10-14 | 1 | -0/+26 |
This makes the test easier to work with. No functionality change intended. llvm-svn: 219737 |