[LLVMbugs] [Bug 22216] New: clang-cl does not properly support /O parsing
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jan 13 09:38:09 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22216
Bug ID: 22216
Summary: clang-cl does not properly support /O parsing
Product: clang
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Driver
Assignee: unassignedclangbugs at nondot.org
Reporter: compnerd at compnerd.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
/O can take multiple arguments packed together, e.g. /Ob0xy is equivalent to
/Ob0 /Ox /Oy. We currently do not support this properly.
--
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/20150113/94326842/attachment.html>
More information about the llvm-bugs
mailing list