summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/bool_test.c
diff options
context:
space:
mode:
authorRoman Divacky <rdivacky@freebsd.org>2011-01-07 19:01:39 +0000
committerRoman Divacky <rdivacky@freebsd.org>2011-01-07 19:01:39 +0000
commit7e96295fb55b80486fa24b1c921602636f2ca722 (patch)
tree8880038af60fde38505b7cb1ca216c209f2e0b3d /clang/test/CodeGen/bool_test.c
parent1b805a0bc9f0756dcf7e660440b829d1bd9d6586 (diff)
downloadbcm5719-llvm-7e96295fb55b80486fa24b1c921602636f2ca722.tar.gz
bcm5719-llvm-7e96295fb55b80486fa24b1c921602636f2ca722.zip
Use -check-prefix to make it clear the test is SVR4/DARWINPPC specific.
llvm-svn: 123005
Diffstat (limited to 'clang/test/CodeGen/bool_test.c')
-rw-r--r--clang/test/CodeGen/bool_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/bool_test.c b/clang/test/CodeGen/bool_test.c
index f755b584547..ffaaef8123c 100644
--- a/clang/test/CodeGen/bool_test.c
+++ b/clang/test/CodeGen/bool_test.c
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -triple powerpc-apple-darwin -emit-llvm -o - %s| FileCheck %s
+// RUN: %clang_cc1 -triple powerpc-apple-darwin -emit-llvm -o - %s| FileCheck -check-prefix=DARWINPPC-CHECK %s
int boolsize = sizeof(_Bool);
-//CHECK: boolsize = global i32 4, align 4
+//DARWINPPC-CHECK: boolsize = global i32 4, align 4
OpenPOWER on IntegriCloud