[llvm-bugs] [Bug 25400] New: clang-cl: can't compile with /guard:cf

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Nov 4 02:48:00 PST 2015


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

            Bug ID: 25400
           Summary: clang-cl: can't compile with /guard:cf
           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: llvm-bugs at lists.llvm.org
    Classification: Unclassified

When trying to compile a Visual C++ 2015 project with Control Flow Guard
enabled (C/C++ -> Code Generation -> Control Flow Guard: Yes (/guard:cf)), I
get the following error message:
1>clang-cl.exe : error : no such file or directory: '/guard:cf'

The option is described here:
https://msdn.microsoft.com/en-us/library/dn919635.aspx
Perhaps it should just be ignored?

-- 
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/20151104/6af1416a/attachment.html>


More information about the llvm-bugs mailing list