[llvm-bugs] [Bug 25114] New: clang-cl rejects -fno-ms-compatibility

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Oct 8 14:28:00 PDT 2015


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

            Bug ID: 25114
           Summary: clang-cl rejects -fno-ms-compatibility
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
          Assignee: unassignedclangbugs at nondot.org
          Reporter: sfinae at hotmail.com
                CC: hans at chromium.org, llvm-bugs at lists.llvm.org
    Classification: Unclassified

clang-cl enables -fms-compatibility by default. That's fine, but I can't
disable it:

C:\Temp>clang-cl /EHsc /nologo /W4 -fno-ms-compatibility meow.cpp
clang-cl.exe: error: unknown argument: '-fno-ms-compatibility'

C:\Temp>clang-cl /EHsc /nologo /W4 -Xclang -fno-ms-compatibility meow.cpp
error: unknown argument: '-fno-ms-compatibility'

-- 
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/20151008/c1d8c66b/attachment.html>


More information about the llvm-bugs mailing list