[LLVMbugs] [Bug 17736] New: Unrecognized MS VC compiler flags
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Oct 30 05:48:55 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=17736
Bug ID: 17736
Summary: Unrecognized MS VC compiler flags
Product: clang
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: vmu at mail.ru
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
I'm using the latest clang windows package: LLVM-3.4.r192445-win32.exe. When
trying to build an existing Visual C++ solution using clang I get the following
errors:
error : no such file or directory: '/arch:SSE2'
error: no such file or directory: '/Yustdafx.h'
error : no such file or directory: '/FpDebug\main.pch'
These are valid cl.exe options, but clang does not recognize them.
--
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/20131030/39a68381/attachment.html>
More information about the llvm-bugs
mailing list