brintos

brintos / llvm-project-archived public Read only

0
0
Text · 289 B · 06a0950 Raw
7 lines · c
1// RUN: %clang_cc1 -triple=x86_64-apple-darwin9 -emit-pch -o %t.pch %S/target-options.h2// RUN: not %clang_cc1 -triple=x86_64-unknown-freebsd7.0 -include-pch %t.pch %s -emit-llvm -o - > %t.err 2>&13// RUN: FileCheck %s < %t.err4// REQUIRES: x86-registered-target5 6// CHECK: for the target7