diff options
author | Douglas Gregor <dgregor@apple.com> | 2008-11-17 20:45:14 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2008-11-17 20:45:14 +0000 |
commit | 0f492d1a11bbfc014f61b7187988fa6f17505fb0 (patch) | |
tree | 6299b2e4495c9d5bc90467e3e9f3c7186d2ece38 /clang/test/CodeGenObjC/synchronized.m | |
parent | ae2fbad373e5fafc2d3a9633b80d12d653605762 (diff) | |
download | bcm5719-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/CodeGenObjC/synchronized.m')
-rw-r--r-- | clang/test/CodeGenObjC/synchronized.m | 3 |
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> |