aboutsummaryrefslogtreecommitdiff
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
commitc689836d760849c05194fe250c54e99a57706c72 (patch)
treee3778f1908282c9df26fc1962bb16e58a143cdf8
parent2def48394f6d48bde0dec2b514193c2b533265b5 (diff)
Only test test/CodeGenObjC/synchronized.m as a i686-apple-darwin8 target
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59463 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenObjC/synchronized.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGenObjC/synchronized.m b/test/CodeGenObjC/synchronized.m
index ee4b8cad63..0222846ccd 100644
--- a/test/CodeGenObjC/synchronized.m
+++ b/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>