This is an archive of the discontinued LLVM Phabricator instance.

`update_{llc_test,test}_checks`: Correctly handle multi-lined RUN lines.
ClosedPublic

Authored by bryant on Nov 10 2016, 2:03 PM.

Details

Summary

For instance,

; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin9 -mattr=sse41 \
; RUN:              | FileCheck %s -check-prefix=X32
; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin9 -mattr=sse41 \
; RUN:              | FileCheck %s -check-prefix=X64

(from http://llvm.org/docs/CommandGuide/FileCheck.html#the-filecheck-check-prefix-option ).

Adding Sanjay and Chandler since they appear in the blame list for both files.

Diff Detail

Repository
rL LLVM

Event Timeline

bryant updated this revision to Diff 77553.Nov 10 2016, 2:03 PM
bryant retitled this revision from to `update_{llc_test,test}_checks`: Correctly handle multi-lined RUN lines..
bryant updated this object.
bryant added reviewers: spatel, chandlerc.
bryant set the repository for this revision to rL LLVM.
bryant added a subscriber: llvm-commits.
chandlerc accepted this revision.Nov 10 2016, 4:47 PM
chandlerc edited edge metadata.

Sure!

This revision is now accepted and ready to land.Nov 10 2016, 4:47 PM

I don't have commit access. Please land if everything's good. Thanks.

fhahn added a subscriber: fhahn.Nov 11 2016, 9:43 AM
This revision was automatically updated to reflect the committed changes.