Home | History | Annotate | Download | only in Driver
      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.
      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 
      9 // RUN: not %clang_cl -Werror /Yc%S/Inputs/pchfile.h /FI%S/Inputs/pchfile.h /Fp%t.pch /c -DERR_HEADER -- %s 2>&1 \
     10 // RUN:   | FileCheck %s
     11 
     12 // CHECK: nope1
     13 // CHECK-NOT: nope2
     14 
     15 #error nope2
     16