[cfe-commits] Clang build broken
Dave MacLachlan
dmaclach at gmail.com
Fri Sep 19 13:37:40 PDT 2008
Am I being stupid, or is the Clang build broken? (CL 56367)
PPExpressions.cpp: In function ‘bool
EvaluateDirectiveSubExpr(PPValue&, unsigned int, clang::Token&, bool,
clang::Preprocessor&)’:
PPExpressions.cpp:475: error: no matching function for call to
‘llvm::APSInt::toStringSigned()’
/Users/dmaclach/src/opensource/llvm/include/llvm/ADT/APInt.h:1132:
note: candidates are: void
llvm::APInt::toStringSigned(llvm::SmallVectorImpl<char>&, unsigned
int) const
PPExpressions.cpp:475: error: no matching function for call to
‘llvm::APSInt::toStringUnsigned()’
/Users/dmaclach/src/opensource/llvm/include/llvm/ADT/APInt.h:1126:
note: candidates are: void
llvm::APInt::toStringUnsigned(llvm::SmallVectorImpl<char>&, unsigned
int) const
PPExpressions.cpp:479: error: no matching function for call to
‘llvm::APSInt::toStringSigned()’
/Users/dmaclach/src/opensource/llvm/include/llvm/ADT/APInt.h:1132:
note: candidates are: void
llvm::APInt::toStringSigned(llvm::SmallVectorImpl<char>&, unsigned
int) const
PPExpressions.cpp:479: error: no matching function for call to
‘llvm::APSInt::toStringUnsigned()’
/Users/dmaclach/src/opensource/llvm/include/llvm/ADT/APInt.h:1126:
note: candidates are: void
llvm::APInt::toStringUnsigned(llvm::SmallVectorImpl<char>&, unsigned
int) const
make[2]: *** [/Users/dmaclach/src/opensource/llvm/tools/clang/lib/Lex/
Debug/PPExpressions.o] Error 1
I happy to look at it, but I figure other folks are probably already
ahead of me...
Cheers,
Dave
More information about the cfe-commits
mailing list