[LLVMbugs] [Bug 17511] New: Windows snapshot: compile error with	/sdl
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Tue Oct  8 08:14:35 PDT 2013
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=17511
            Bug ID: 17511
           Summary: Windows snapshot: compile error with /sdl
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: marci_r at web.de
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified
I'm using the snapshot from http://llvm.org/builds/ (r191323) and the
LLVM-vs2012 toolset for Visual C++. clang always complains about the /sdl (or
/sdl-) switch:
clang cl.exe : error : no such file or directory: '/sdl'
The LLVM-vs2010 toolset (without the sdl switch) works for the same project.
Maybe the switch can just be ignored as it primarily turns some compiler
warnings into errors:
http://msdn.microsoft.com/en-us/library/vstudio/jj161081.aspx
-- 
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/20131008/d4f318e1/attachment.html>
    
    
More information about the llvm-bugs
mailing list