Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Portable Python script across Python version | Serge Guelton | 2018-12-18 | 1 | -2/+3 |
| | | | | | | | | 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 | ||||
* | [utils] Add Check Compile Flow Consistency tool (check_cfc.py). | Russell Gallop | 2015-04-02 | 1 | -0/+21 |
This is a tool for checking consistency of code generation with different compiler options (such as -g or outputting to .s). This tool has found a number of code generation issues. The script acts as a wrapper to clang or clang++ performing 2 (or more) compiles then comparing the object files. Instructions for use are in check_cfc.py including how to use with LNT. Differential Revision: http://reviews.llvm.org/D8723 llvm-svn: 233919 |