[LLVMbugs] [Bug 16990] New: During compilation 'isOSMSVCRT' : is not a member of 'llvm::Triple'
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Aug 24 19:00:15 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16990
Bug ID: 16990
Summary: During compilation 'isOSMSVCRT' : is not a member of
'llvm::Triple'
Product: new-bugs
Version: trunk
Hardware: PC
OS: Windows XP
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: s.scott.schurr at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
I'm building Clang revision 189184 using Visual Studio 2010. Before building I
did a full svn check out of both llvm and clang. Then I re-ran cmake. Next I
invoked 'clean' on the ALL_BUILD project. Finally I built ALL_BUILD. While
building ALL_BUILD I got the following compile error:
110>..\..\..\..\..\llvm\tools\clang\lib\Analysis\FormatString.cpp(718): error
C2039: 'isOSMSVCRT' : is not a member of 'llvm::Triple'
110> C:\Work\llvm_build\llvm_source\llvm\include\llvm/ADT/Triple.h(43)
: see declaration of 'llvm::Triple'
This is the first build error. The next compilation error is:
168>..\..\..\..\..\llvm\tools\clang\lib\Serialization\ASTWriter.cpp(4665):
error C2039: 'less_first' : is not a member of 'llvm'
168>..\..\..\..\..\llvm\tools\clang\lib\Serialization\ASTWriter.cpp(4665):
error C3861: 'less_first': identifier not found
That compilation error recurs like this:
173>..\..\..\..\..\llvm\tools\clang\lib\Frontend\ASTUnit.cpp(2683): error
C2039: 'less_first' : is not a member of 'llvm'
173>..\..\..\..\..\llvm\tools\clang\lib\Frontend\ASTUnit.cpp(2683): error
C3861: 'less_first': identifier not found
173>..\..\..\..\..\llvm\tools\clang\lib\Frontend\ASTUnit.cpp(2709): error
C2039: 'less_first' : is not a member of 'llvm'
173>..\..\..\..\..\llvm\tools\clang\lib\Frontend\ASTUnit.cpp(2709): error
C3861: 'less_first': identifier not found
173>..\..\..\..\..\llvm\tools\clang\lib\Frontend\ASTUnit.cpp(2722): error
C2039: 'less_first' : is not a member of 'llvm'
173>..\..\..\..\..\llvm\tools\clang\lib\Frontend\ASTUnit.cpp(2722): error
C3861: 'less_first': identifier not found
Then I get a different compilation error:
185>..\..\..\..\..\llvm\tools\clang\lib\CodeGen\BackendUtil.cpp(214): error
C2664: 'llvm::createDataFlowSanitizerPass' : cannot convert parameter 1 from
'const std::string' to 'void *(__cdecl *)(void)'
185> No user-defined-conversion operator available that can perform
this conversion, or the operator cannot be called
Then there's yet a different compilation error:
185>..\..\..\..\..\llvm\tools\clang\lib\CodeGen\CGDebugInfo.cpp(623): error
C2664: 'llvm::DICompositeType::DICompositeType(const llvm::DICompositeType &)'
: cannot convert parameter 1 from 'llvm::DIType' to 'const
llvm::DICompositeType &'
185> Reason: cannot convert from 'llvm::DIType' to 'const
llvm::DICompositeType'
185> No user-defined-conversion operator available that can perform
this conversion, or the operator cannot be called
185>..\..\..\..\..\llvm\tools\clang\lib\CodeGen\CGDebugInfo.cpp(3086): error
C2664: 'llvm::DICompositeType::addMember' : cannot convert parameter 1 from
'llvm::DIDerivedType' to 'llvm::DISubprogram'
185> No user-defined-conversion operator available that can perform
this conversion, or the operator cannot be called
Then I cancelled the build, since I saw no sense in continuing.
--
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/20130825/a3c50f42/attachment.html>
More information about the llvm-bugs
mailing list