[llvm-bugs] [Bug 43683] New: Does clang 9.0.0 version support VS2010?
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Oct 15 20:34:13 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=43683
Bug ID: 43683
Summary: Does clang 9.0.0 version support VS2010?
Product: clang
Version: 9.0
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: C
Assignee: unassignedclangbugs at nondot.org
Reporter: withdongyeong at gmail.com
CC: blitzrakete at gmail.com, dgregor at apple.com,
erik.pilkington at gmail.com, llvm-bugs at lists.llvm.org,
richard-llvm at metafoo.co.uk
there are two environment.
1. OS:WIN 7 64bit, only VS2010 installed.
2. OS:WIN 10 64bit, only VS2017 installed.
clang is installed by Pre-Built Binaries(Windows 32bit)
environment 2 is working well, but 1 is failed with same code, same bat(only VS
version and OS different)
error is clang: error: linker command failed due to signal (use -v to see
invocation).
It is suspected that VS2010 is the cause because only VS2010 is different in
the same environment. (or OS?)
Then it seems to use VS2017, but the problem is that in a real environment,
VS2010 should be used.
So, does clang 9.0.0 version support VS2010?
Do I need to use special options?
Thank you.
--
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/20191016/50715599/attachment.html>
More information about the llvm-bugs
mailing list