summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2008-11-17 20:45:14 +0000
committerDouglas Gregor <dgregor@apple.com>2008-11-17 20:45:14 +0000
commit0f492d1a11bbfc014f61b7187988fa6f17505fb0 (patch)
tree6299b2e4495c9d5bc90467e3e9f3c7186d2ece38 /clang/test
parentae2fbad373e5fafc2d3a9633b80d12d653605762 (diff)
downloadbcm5719-llvm-0f492d1a11bbfc014f61b7187988fa6f17505fb0.tar.gz
bcm5719-llvm-0f492d1a11bbfc014f61b7187988fa6f17505fb0.zip
Only test test/CodeGenObjC/synchronized.m as a i686-apple-darwin8 target
llvm-svn: 59463
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/CodeGenObjC/synchronized.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/synchronized.m b/clang/test/CodeGenObjC/synchronized.m
index ee4b8cad634..0222846ccd7 100644
--- a/clang/test/CodeGenObjC/synchronized.m
+++ b/clang/test/CodeGenObjC/synchronized.m
@@ -1,4 +1,5 @@
-// RUN: clang -emit-llvm -o %t %s
+// RUN: clang -emit-llvm -triple=i686-apple-darwin8 -o %t %s
+// RUNX: clang -emit-llvm -o %t %s
#include <stdio.h>
OpenPOWER on IntegriCloud