[LLVMbugs] [Bug 17097] clang-cl should respect -oXYZ
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Sep 6 14:28:20 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=17097
Hans Wennborg <hans at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WONTFIX |---
--- Comment #5 from Hans Wennborg <hans at chromium.org> ---
Both VS2010 and VS2012 ignore the -o option and warn that it is deprecated.
clang-cl doesn't recognize it at all and will print that e.g. "-ofoo.obj" is
unused.
Is the problem that "-o foo.obj" becomes confusing for clang-cl? Maybe we
should parse that and print a warning that it's being ignored?
--
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/20130906/691d88ca/attachment.html>
More information about the llvm-bugs
mailing list