[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git] / test / Frontend / output-failures.c
blobe2af7c7ddc90b63fc8144594916ee8d9e20f4261
1 // RUN: not %clang_cc1 -emit-llvm -o %S/doesnotexist/somename %s 2> %t
2 // RUN: FileCheck -check-prefix=OUTPUTFAIL -input-file=%t %s
4 // OUTPUTFAIL: Error opening output file '{{.*}}doesnotexist{{.*}}'