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
This commit is contained in:
Douglas Gregor 2008-11-17 20:45:14 +00:00
Родитель 2def48394f
Коммит c689836d76
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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>