From: Douglas Gregor Date: Mon, 17 Nov 2008 20:45:14 +0000 (+0000) Subject: Only test test/CodeGenObjC/synchronized.m as a i686-apple-darwin8 target X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c689836d760849c05194fe250c54e99a57706c72;p=clang 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 --- 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