[AMDGPU] Removed superfluous predicate. NFC.
[llvm-project.git] / clang / test / Driver / cl-pch-errorhandling.cpp
blob33071beb5b8f4e519bc837b570a2cc296f695450
1 // 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.
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
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 %s
12 // CHECK: nope1
13 // CHECK-NOT: nope2
15 #error nope2