http://llvm.org/bugs/show_bug.cgi?id=21893

            Bug ID: 21893
           Summary: clang-cl: Ignore or implement /volatile:{iso|ms}
                    compiler switch
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

The /volatile:iso and /volatile:ms compiler switches (which specify how the
volatile keyword is to be interpreted) is not ignored or understood by
clang-cl. Error message:

no such file or directory: '/volatile:iso'

or

no such file or directory: '/volatile:ms'

Reference:
http://msdn.microsoft.com/en-us/library/jj204392

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to