blob: 33071beb5b8f4e519bc837b570a2cc296f695450 [file] [log] [blame]
Nico Weber2ca4be92016-03-01 23:16:44 +00001// Note: %s and %S must be preceded by --, otherwise it may be interpreted as a
2// command-line option, e.g. on Mac where %s is commonly under /Users.
3
4// /Yc but pch generation fails => main file not compiled
5// This is a separate file since executing this failure path requires
6// code generation, which makes this test require an x86 backend.
7// REQUIRES: x86-registered-target
8
Diana Picus7ef9a072016-08-02 13:53:00 +00009// 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 \
Nico Weber2ca4be92016-03-01 23:16:44 +000010// RUN: | FileCheck %s
11
12// CHECK: nope1
13// CHECK-NOT: nope2
14
15#error nope2