mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-26 23:09:03 -04:00

clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to garbage). llvm-svn: 91460
9 lines
257 B
C
9 lines
257 B
C
// 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
|