OSDN Git Service

reorganize llc checks script to allow more flexibility, part 2; NFCI
authorSanjay Patel <spatel@rotateright.com>
Thu, 24 Mar 2016 17:15:42 +0000 (17:15 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 24 Mar 2016 17:15:42 +0000 (17:15 +0000)
commit002b8db36a79923080280d1b28a7db831c41c8d3
treeb38e562d08cf7681a62aaec13e95fa03c1bc1860
parent9d3b0b6716929366c718c684bf18bb5319ec39fd
reorganize llc checks script to allow more flexibility, part 2; NFCI

The goal is to enhance this script to be used with opt and clang:
Break 'main' into functions and change variable names to be more
generic because we want to handle more than x86 asm output.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264307 91177308-0d34-0410-b5e6-96231b3b80d8
utils/update_llc_test_checks.py