summaryrefslogtreecommitdiffstats
path: root/test/Frontend/dependency-gen.c
blob: 456ce947f0916efb8bae8f7b0ca38f337f3515ce (plain)
1
2
3
4
5
6
7
// rdar://6533411
// RUN: clang -MD -MF %t.d -c -x c -o %t.o /dev/null && 
// RUN: grep '.*dependency-gen.c.out.tmp.o:' %t.d &&
// RUN: grep '/dev/null' %t.d &&

// RUN: clang -M -x c /dev/null -o %t.deps &&
// RUN: grep 'null.o: /dev/null' %t.deps
OpenPOWER on IntegriCloud