[llvm-bugs] [Bug 32069] New: clang-cl inconsistent on /source-charset option

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Feb 25 04:18:08 PST 2017


https://bugs.llvm.org/show_bug.cgi?id=32069

            Bug ID: 32069
           Summary: clang-cl inconsistent on /source-charset option
           Product: clang
           Version: 4.0
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: jvapen at gmail.com
                CC: llvm-bugs at lists.llvm.org

If I use the option: /source-charset:utf-32, I get the error:
clang-cl.exe: error: invalid value 'utf-32' in '-finput-charset=utf-32'


However, if I used the option in the error message (-finput-charset=utf-32), it
gives me the following error/warning.
clang-cl.exe: error: unknown argument ignored in clang-cl:
'-finput-charset=utf-32' [-Werror,-Wunknown-argument]

-- 
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/20170225/a89c9d56/attachment.html>


More information about the llvm-bugs mailing list