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: unassignedclangb...@nondot.org
          Reporter: jva...@gmail.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to