brintos

brintos / llvm-project-archived public Read only

0
0
Text · 589 B · 33071be Raw
16 lines · cpp
1// Note: %s and %S must be preceded by --, otherwise it may be interpreted as a2// command-line option, e.g. on Mac where %s is commonly under /Users.3 4// /Yc but pch generation fails => main file not compiled5// This is a separate file since executing this failure path requires6// code generation, which makes this test require an x86 backend.7// REQUIRES: x86-registered-target8 9// RUN: not %clang_cl -Werror --target=x86_64 /Yc%S/Inputs/pchfile.h /FI%S/Inputs/pchfile.h /Fp%t.pch /c -DERR_HEADER -- %s 2>&1 \10// RUN:   | FileCheck %s11 12// CHECK: nope113// CHECK-NOT: nope214 15#error nope216