forked from OSchip/llvm-project
Only test test/CodeGenObjC/synchronized.m as a i686-apple-darwin8 target
llvm-svn: 59463
This commit is contained in:
parent
ae2fbad373
commit
0f492d1a11
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue