1f51a89d39
These were ignored by git accidentally. We want ALL OF THEM since they all came in the llvm/clang source distribution.
5 lines
201 B
C
5 lines
201 B
C
// RUN: not %clang_cc1 -emit-llvm -o %S/doesnotexist/somename %s 2> %t
|
|
// RUN: FileCheck -check-prefix=OUTPUTFAIL -input-file=%t %s
|
|
|
|
// OUTPUTFAIL: Error opening output file '{{.*}}doesnotexist{{.*}}'
|