]> granicus.if.org Git - clang/commitdiff
Use FileCheck.
authorRafael Espindola <rafael.espindola@gmail.com>
Sat, 22 Sep 2012 22:30:04 +0000 (22:30 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sat, 22 Sep 2012 22:30:04 +0000 (22:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164468 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/clang-translation.c

index 34c56bc60ec8cb63bd654ff957d45e41f3500fcf..fb60f9a10d361953301435829fecf6b0f0052d41 100644 (file)
 // I386: "hidden"
 // I386: "-o"
 // I386: clang-translation
-// RUN: %clang -target i386-apple-darwin9 -### -S %s -o %t.s 2> %t.log
-// RUN: grep '"-target-cpu" "yonah"' %t.log
-// RUN: %clang -target x86_64-apple-darwin9 -### -S %s -o %t.s 2> %t.log
-// RUN: grep '"-target-cpu" "core2"' %t.log
+// RUN: %clang -target i386-apple-darwin9 -### -S %s -o %t.s 2>&1 | \
+// RUN: FileCheck -check-prefix=YONAH %s
+// YONAH: "-target-cpu"
+// YONAH: "yonah"
+// RUN: %clang -target x86_64-apple-darwin9 -### -S %s -o %t.s 2>&1 | \
+// RUN: FileCheck -check-prefix=CORE2 %s
+// CORE2: "-target-cpu"
+// CORE2: "core2"
 
 // RUN: %clang -target x86_64-apple-darwin10 -### -S %s 2> %t.log \
 // RUN:   -arch armv7