]> granicus.if.org Git - llvm/commit
[utils] Improve extraction of check prefixes from RUN lines
authorNikolai Bozhenov <nikolai.bozhenov@intel.com>
Sat, 14 Jan 2017 09:39:35 +0000 (09:39 +0000)
committerNikolai Bozhenov <nikolai.bozhenov@intel.com>
Sat, 14 Jan 2017 09:39:35 +0000 (09:39 +0000)
commitd4a4367ac01ada009564f9c208390f09ebfc3f63
treedadc0c7fae99851cbf17ad598148e6130cb690ff
parent7b47370e8e993342c5b91139d7679b59c989132e
[utils] Improve extraction of check prefixes from RUN lines

Correct handling of the following FileCheck options is implemented in
update_llc_test_checks.py and update_test_checks.py scripts:

1) -check-prefix (with a single dash)
2) -check-prefixes (with multiple prefixes)

Differential Revision: https://reviews.llvm.org/D28572

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