OSDN Git Service

Correctly handle multi-lined RUN lines.
authorBryant Wong <llvm-commits@xorshift.org>
Thu, 29 Dec 2016 19:32:34 +0000 (19:32 +0000)
committerBryant Wong <llvm-commits@xorshift.org>
Thu, 29 Dec 2016 19:32:34 +0000 (19:32 +0000)
commit1470f5b2ad8e873be6cfef72f00162b3b437aa65
treef506b5b5867fb2f64b12aab20740eb25c7f7f686
parentcc13d2043fbaa3b4dc8353a87e86af6515151a08
Correctly handle multi-lined RUN lines.

`utils/update_{llc_test,test}_checks` ought to be able to handle RUN commands
that span multiple lines, as shown in the example at
http://llvm.org/docs/CommandGuide/FileCheck.html#the-filecheck-check-prefix-option

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

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