blob: 526458c29a2f457da06add6d72f48e9feb3080e3 [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 -g -triple armv6-apple-darwin9 -emit-llvm -o %t %s
2// RUN: %clang_cc1 -g -triple armv6-unknown-unknown -emit-llvm -o %t %s
Daniel Dunbara5728872009-12-15 20:14:24 +00003// RUN: %clang_cc1 -g -triple i686-apple-darwin9 -emit-llvm -o %t %s
4// RUN: %clang_cc1 -g -triple i686-pc-linux-gnu -emit-llvm -o %t %s
5// RUN: %clang_cc1 -g -triple i686-unknown-dragonfly -emit-llvm -o %t %s
6// RUN: %clang_cc1 -g -triple i686-unknown-unknown -emit-llvm -o %t %s
7// RUN: %clang_cc1 -g -triple i686-unknown-win32 -emit-llvm -o %t %s
Daniel Dunbara5728872009-12-15 20:14:24 +00008// RUN: %clang_cc1 -g -triple powerpc-apple-darwin9 -emit-llvm -o %t %s
9// RUN: %clang_cc1 -g -triple powerpc-unknown-unknown -emit-llvm -o %t %s
10// RUN: %clang_cc1 -g -triple powerpc64-apple-darwin9 -emit-llvm -o %t %s
11// RUN: %clang_cc1 -g -triple powerpc64-unknown-unknown -emit-llvm -o %t %s
12// RUN: %clang_cc1 -g -triple sparc-unknown-solaris -emit-llvm -o %t %s
13// RUN: %clang_cc1 -g -triple sparc-unknown-unknown -emit-llvm -o %t %s
14// RUN: %clang_cc1 -g -triple x86_64-apple-darwin9 -emit-llvm -o %t %s
15// RUN: %clang_cc1 -g -triple x86_64-pc-linux-gnu -emit-llvm -o %t %s
16// RUN: %clang_cc1 -g -triple x86_64-unknown-unknown -emit-llvm -o %t %s
Daniel Dunbar09bdd592009-10-26 17:52:49 +000017
18// <rdar://problem/7181838> clang 1.0 fails to compile Python 2.6
Eli Friedman31cbe682012-01-13 21:33:06 +000019// RUN: %clang -ccc-host-triple x86_64-apple-darwin9 -### -S %s -mmacosx-version-min=10.4
Daniel Dunbar09bdd592009-10-26 17:52:49 +000020