blob: 2fc3348bed290101faa0bbeedc3bd0110bd93857 [file] [log] [blame]
Matthias Braundae4bac2015-03-03 00:12:08 +00001// RUN: not %clang_cc1 -E -dependency-file bla -MT %t/doesnotexist/bla.o -MP -o %t/doesnotexist/bla.o -x c /dev/null 2>&1 | FileCheck %s
Greg Bedwell421f6692015-02-12 12:41:28 +00002
3// CHECK: error: unable to open output file
4
Fariborz Jahanian193f7832011-04-15 18:49:23 +00005// rdar://9286457