summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/output-failures.c
blob: 2b5aba6ab9ece8a0902c181bd884c93c9bdeecbb (plain)
1
2
3
4
// RUN: not %clang_cc1 -emit-llvm -o %S/doesnotexist/somename %s 2> %t
// RUN: FileCheck -check-prefix=OUTPUTFAIL -input-file=%t %s

// OUTPUTFAIL:  unable to open output file '{{.*}}doesnotexist{{.*}}': 'Parent directory doesn't exist'
OpenPOWER on IntegriCloud