[llvm-bugs] [Bug 40803] New: llvm-rc command line syntax is not compatible with rc.exe
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Feb 21 07:38:10 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=40803
Bug ID: 40803
Summary: llvm-rc command line syntax is not compatible with
rc.exe
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: christosstratopoulos1 at gmail.com
CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org
See https://gitlab.kitware.com/cmake/cmake/issues/18957 for more info
In short, `rc.exe` allows options with the syntax `/fo<object>` (note the lack
of spaces), but `llvm-rc.exe` requires `/fo <object>` or else the entry will be
interpreted as an input file.
Reporting here as there is no `llvm-rc` entry under tools.
--
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/20190221/af993c72/attachment.html>
More information about the llvm-bugs
mailing list