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: [email protected]
Reporter: [email protected]
CC: [email protected]
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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs