[LLVMbugs] [Bug 17466] New: Visual Studio 2013 can't Build lld
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Oct 3 07:43:54 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=17466
Bug ID: 17466
Summary: Visual Studio 2013 can't Build lld
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: ipvb at qq.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
I try build lld,but cmake configure error:
# lld requires c++11 to build. Make sure that we have a compiler and standard
# library combination that can do that.
lld\CMakeLists.txt Line 95
if(MSVC11)
///
Visual Studio 2013 is MSVC12
change on line 95
if(MSVC11 OR MSVC12)
can build lld
--
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/20131003/a1c16996/attachment.html>
More information about the llvm-bugs
mailing list