[LLVMbugs] [Bug 17098] New: clang-cl should support wildcards in filenames
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Sep 4 06:10:34 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=17098
Bug ID: 17098
Summary: clang-cl should support wildcards in filenames
Product: clang
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: Driver
Assignee: unassignedclangbugs at nondot.org
Reporter: timurrrr at google.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
In a CMD prompt:
$ dir ..
....
04.09.2013 17:08 174 test.cpp
$ cl -c *.cpp
-> OK
$ clang-cl -c *.cpp
clang-cl.exe: error: no such file or directory: '*.cpp'
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130904/9cf7b2cd/attachment.html>
More information about the llvm-bugs
mailing list