summaryrefslogtreecommitdiffstats
path: root/clang/utils/check_cfc/obj_diff.py
Commit message (Collapse)AuthorAgeFilesLines
* [utils] Add exact check to check_cfc.py dash_s_no_change.Russell Gallop2015-06-031-0/+26
| | | | | | | | | Files compiled with -via-file-asm should be byte for byte identical. This change improves the checking on dash_s_no_change to detect non-code differences. If there is a difference, the check goes on to compare code and debug to try and be more informative. llvm-svn: 238926
* [utils] Add Check Compile Flow Consistency tool (check_cfc.py).Russell Gallop2015-04-021-0/+79
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
OpenPOWER on IntegriCloud