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.