search for: curintval

Displaying 2 results from an estimated 2 matches for "curintval".

2016 Jun 22
4
Help building llvm on freebsd 8.4
...t throws the following error /home/spangeni/llvm/llvm-3.8.0.src/lib/TableGen/TGLexer.cpp: In member function 'llvm::tgtok::TokKind llvm::TGLexer::LexNumber()': /home/spangeni/llvm/llvm-3.8.0.src/lib/TableGen/TGLexer.cpp:393:48: error: 'strtoll' was not declared in this scope CurIntVal = strtoll(NumStart, nullptr, 16); ^ /home/spangeni/llvm/llvm-3.8.0.src/lib/TableGen/TGLexer.cpp:398:60: error: 'strtoull' was not declared in this scope CurIntVal = (int64_t)strtoull(NumStart, nullptr, 16);...
2016 Jun 23
2
Help building llvm on freebsd 8.4
.../home/spangeni/llvm/llvm-3.8.0.src/lib/TableGen/TGLexer.cpp: In member > function 'llvm::tgtok::TokKind llvm::TGLexer::LexNumber()': > > /home/spangeni/llvm/llvm-3.8.0.src/lib/TableGen/TGLexer.cpp:393:48: > error: 'strtoll' was not declared in this scope > > CurIntVal = strtoll(NumStart, nullptr, 16); > > ^ > > /home/spangeni/llvm/llvm-3.8.0.src/lib/TableGen/TGLexer.cpp:398:60: > error: 'strtoull' was not declared in this scope > > CurIntVal = (int64_t)strtoull(NumStart, nullpt...