| commit | 0f492d1a11bbfc014f61b7187988fa6f17505fb0 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Mon Nov 17 20:45:14 2008 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Mon Nov 17 20:45:14 2008 +0000 |
| tree | 6299b2e4495c9d5bc90467e3e9f3c7186d2ece38 | |
| parent | ae2fbad373e5fafc2d3a9633b80d12d653605762 [diff] [blame] |
Only test test/CodeGenObjC/synchronized.m as a i686-apple-darwin8 target llvm-svn: 59463
diff --git a/clang/test/CodeGenObjC/synchronized.m b/clang/test/CodeGenObjC/synchronized.m index ee4b8ca..0222846 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>