From 0f492d1a11bbfc014f61b7187988fa6f17505fb0 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 17 Nov 2008 20:45:14 +0000 Subject: [PATCH] Only test test/CodeGenObjC/synchronized.m as a i686-apple-darwin8 target llvm-svn: 59463 --- clang/test/CodeGenObjC/synchronized.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clang/test/CodeGenObjC/synchronized.m b/clang/test/CodeGenObjC/synchronized.m index ee4b8cad6340..0222846ccd71 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