Matthias Braun | dae4bac | 2015-03-03 00:12:08 +0000 | [diff] [blame] | 1 | // 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 Bedwell | 421f669 | 2015-02-12 12:41:28 +0000 | [diff] [blame] | 2 | |
3 | // CHECK: error: unable to open output file | ||||
4 | |||||
Fariborz Jahanian | 193f783 | 2011-04-15 18:49:23 +0000 | [diff] [blame] | 5 | // rdar://9286457 |