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 | ||||
* | llvm/test/BugPoint/compile-custom.ll.py: Make it py3-compatible. [PR19112] | NAKAMURA Takumi | 2014-03-13 | 1 | -1/+1 |
| | | | | | | | FIXME: Get rid of invoking this. I guess it wouldn't run on win32 due to lacking of shell support. llvm-svn: 203740 | ||||
* | [bugpoint] Add testcase for r203343. | Adam Nemet | 2014-03-10 | 1 | -0/+10 |
llvm-svn: 203472 |