repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Driver
/
windows-wildcard-expansion.c
blob
3977dc399c72d561aee030b15efff71d4f57857e
1
// Clang does wildcard expansion on Windows. On other OSs, it's done by the shell.
2
// REQUIRES: system-windows
3
4
// RUN: %clang -c -### %S/Inputs/wildcard*.c 2>&1 | FileCheck %s
5
// RUN: %clang -c -### %S/Inputs/wildcard?.c 2>&1 | FileCheck %s
6
// CHECK: wildcard1.c
7
// CHECK: wildcard2.c