blob: 9185921407da1c8e055f9dc723c7ee26524c1882 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
// rdar://6533411
// RUN: clang -MD -MF %t.d -S -x c -o %t.o %s
// RUN: grep '.*dependency-gen.*:' %t.d
// RUN: grep 'dependency-gen.c' %t.d
// RUN: clang -S -M -x c %s -o %t.d
// RUN: grep '.*dependency-gen.*:' %t.d
// RUN: grep 'dependency-gen.c' %t.d
|