Displaying 13 results from an estimated 13 matches for "tglexer".
Did you mean:
lexer
2016 Jun 22
4
Help building llvm on freebsd 8.4
...ource from
http://llvm.org/releases/3.8.0/llvm-3.8.0.src.tar.xz
2. Extracted 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);...
2009 Mar 25
2
[LLVMdev] llvm-2.5 build failure (fedora f10)
Hi all,
On my Fedora 10 x86-64 the current svn dies in the following way:
/home/maurice/installation/llvm-dev/utils/TableGen/Debug/TGLexer.o: In
function `llvm::TGLexer::getNextChar()':
/home/maurice/installation/llvm-dev/utils/TableGen/TGLexer.cpp:71: undefined
reference to `llvm::TGSourceMgr::FindBufferContainingLoc(llvm::TGLoc) const'
/home/maurice/installation/llvm-dev/utils/TableGen/Debug/TGLexer.o: In
function `llvm::TGL...
2016 Jun 23
2
Help building llvm on freebsd 8.4
...> 2. Extracted 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);
> >...
2009 Mar 25
0
[LLVMdev] llvm-2.5 build failure (fedora f10)
On 2009-03-25 15:48, Maurice Gittens wrote:
> Hi all,
>
> On my Fedora 10 x86-64 the current svn dies in the following way:
>
> /home/maurice/installation/llvm-dev/utils/TableGen/Debug/TGLexer.o: In
> function `llvm::TGLexer::getNextChar()':
> /home/maurice/installation/llvm-dev/utils/TableGen/TGLexer.cpp:71:
> undefined reference to
> `llvm::TGSourceMgr::FindBufferContainingLoc(llvm::TGLoc) const'
> /home/maurice/installation/llvm-dev/utils/TableGen/Debug/TGLexer....
2009 Mar 25
0
[LLVMdev] llvm-2.5 build failure (fedora f10)
Hello, Neal
> You may want to note that you need glibc-devel.i386 to build. Otherwise you
> get error on /usr/include/gnu/stubs-32.h missing.
Do you have pure 64 bit system?
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2009 Mar 25
3
[LLVMdev] llvm-2.5 build failure (fedora f10)
You may want to note that you need glibc-devel.i386 to build. Otherwise you
get error on /usr/include/gnu/stubs-32.h missing.
2020 Aug 06
3
Newbie question on building with Visual Studio
I made a simple edit to TGlexer.h, which is part of TableGen. Then, in Visual Studio, I asked it to build Tablegen. I got the following output:
1>------ Build started: Project: LLVMTableGen, Configuration: Release x64 ------
1>Main.cpp
1>TGLexer.cpp
1>TGParser.cpp
1>LLVMTableGen.vcxproj -> D:\LLVM\Build\Release...
2009 Feb 24
0
[LLVMdev] [llvm-commits] remove libtool from build system
...n/src/llvm/trunk_nolibtool/obj/utils/TableGen/Debug/Record.o
/Users/jyasskin/src/llvm/trunk_nolibtool/obj/utils/TableGen/Debug/RegisterInfoEmitter.o
/Users/jyasskin/src/llvm/trunk_nolibtool/obj/utils/TableGen/Debug/SubtargetEmitter.o
/Users/jyasskin/src/llvm/trunk_nolibtool/obj/utils/TableGen/Debug/TGLexer.o
/Users/jyasskin/src/llvm/trunk_nolibtool/obj/utils/TableGen/Debug/TGParser.o
/Users/jyasskin/src/llvm/trunk_nolibtool/obj/utils/TableGen/Debug/TGValueTypes.o
/Users/jyasskin/src/llvm/trunk_nolibtool/obj/utils/TableGen/Debug/TableGen.o
/Users/jyasskin/src/llvm/trunk_nolibtool/obj/utils/TableGen/De...
2009 Feb 24
5
[LLVMdev] [llvm-commits] remove libtool from build system
For those of you who haven't noticed, I'm planning to commit a major
change to the Makefile rules tomorrow evening (Tuesday) if there are no
complaints about it between now and then.
This needs testing on Darwin. I've heard back from Linux on many
platforms and even FreeBSD, which is fantastic, but I'm told that lots
of LLVMers are running Darwin and I haven't heard a peep
2008 Feb 17
1
[LLVMdev] llvm 2.2 build problems
...vm[2]: Compiling InstrInfoEmitter.cpp for Release build
llvm[2]: Compiling IntrinsicEmitter.cpp for Release build
llvm[2]: Compiling Record.cpp for Release build
llvm[2]: Compiling RegisterInfoEmitter.cpp for Release build
llvm[2]: Compiling SubtargetEmitter.cpp for Release build
llvm[2]: Compiling TGLexer.cpp for Release build
llvm[2]: Compiling TGParser.cpp for Release build
llvm[2]: Compiling TableGen.cpp for Release build
llvm[2]: Compiling TableGenBackend.cpp for Release build
llvm[2]: Linking Release executable tblgen (without symbols)
/usr/bin/ld: Undefined symbols:
llvm::MemoryBuffer::getFile...
2010 Oct 02
2
[LLVMdev] tblgen(75451) malloc: *** error for object 0x7fff5fbfcbd0: pointer being reallocated was not allocated
...r Release+Asserts build
llvm[2]: Compiling OptParserEmitter.cpp for Release+Asserts build
llvm[2]: Compiling Record.cpp for Release+Asserts build
llvm[2]: Compiling RegisterInfoEmitter.cpp for Release+Asserts build
llvm[2]: Compiling SubtargetEmitter.cpp for Release+Asserts build
llvm[2]: Compiling TGLexer.cpp for Release+Asserts build
llvm[2]: Compiling TGParser.cpp for Release+Asserts build
llvm[2]: Compiling TGValueTypes.cpp for Release+Asserts build
llvm[2]: Compiling TableGen.cpp for Release+Asserts build
llvm[2]: Compiling TableGenBackend.cpp for Release+Asserts build
llvm[2]: Compiling X86Disa...
2010 Oct 04
0
[LLVMdev] tblgen(75451) malloc: *** error for object 0x7fff5fbfcbd0: pointer being reallocated was not allocated
...gt; llvm[2]: Compiling OptParserEmitter.cpp for Release+Asserts build
> llvm[2]: Compiling Record.cpp for Release+Asserts build
> llvm[2]: Compiling RegisterInfoEmitter.cpp for Release+Asserts build
> llvm[2]: Compiling SubtargetEmitter.cpp for Release+Asserts build
> llvm[2]: Compiling TGLexer.cpp for Release+Asserts build
> llvm[2]: Compiling TGParser.cpp for Release+Asserts build
> llvm[2]: Compiling TGValueTypes.cpp for Release+Asserts build
> llvm[2]: Compiling TableGen.cpp for Release+Asserts build
> llvm[2]: Compiling TableGenBackend.cpp for Release+Asserts build
> l...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...]: Compiling Error.cpp for Release+Asserts build
llvm[1]: Compiling Main.cpp for Release+Asserts build
llvm[1]: Compiling Record.cpp for Release+Asserts build
llvm[1]: Compiling SetTheory.cpp for Release+Asserts build
llvm[1]: Compiling StringMatcher.cpp for Release+Asserts build
llvm[1]: Compiling TGLexer.cpp for Release+Asserts build
llvm[1]: Compiling TGParser.cpp for Release+Asserts build
llvm[1]: Compiling TableGenBackend.cpp for Release+Asserts build
llvm[1]: Building Release+Asserts Archive Library libLLVMTableGen.a
make[1]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/TableGen...