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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]

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.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to