Sign in
llvm
/
llvm-project
/
clang
/
272b3a39e6df23a6d45cd0502a1b80c18e704178
/
.
/
test
/
Frontend
/
dependency-generation-crash.c
blob: 63a6a7732e9b825b5eb91c857006721a2a343a58 [
file
] [
log
] [
blame
]
// RUN: touch %t
// RUN: chmod 0 %t
// RUN: not %clang_cc1 -E -dependency-file bla -MT %t -MP -o %t -x c /dev/null 2>&1 | FileCheck %s
// RUN: rm -f %t
// CHECK: error: unable to open output file
// rdar://9286457