Displaying 2 results from an estimated 2 matches for "lexnumber".
2016 Jun 22
4
Help building llvm on freebsd 8.4
...ted the source into a folder.
3. Created a build directory and inside it ran $ cmake ../llvm-3.8.0.src
4. Started the build using $cmake --build .
It 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...
2016 Jun 23
2
Help building llvm on freebsd 8.4
...ctory and inside it ran $ cmake ../llvm-3.8.0.src
> > 4. Started the build using $cmake --build .
> >
> > It 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/l...