Displaying 20 results from an estimated 22 matches for "gengtyp".
Did you mean:
gengtype
2009 Sep 25
6
[LLVMdev] JIT on ARM
...c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-
strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-
long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-
definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -
DGENERATOR_FILE -o build/gengtype.exe \
build/gengtype.o build/gengtype-lex.o build/gengtype-
yacc.o build/errors.o ../build-i686-pc-cygwin/libiberty/libiberty.a
build/gengtype.o: In function `adjust_field_type':
/cygdrive/r/android/llvm/llvm-gcc4.2-objects/gcc/../../llvm-
gcc4.2-2.4.source/gcc/gengtype.c:763: u...
2009 Oct 14
0
[LLVMdev] JIT on ARM
...GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-
> strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-
> long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-
> definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -
> DGENERATOR_FILE -o build/gengtype.exe \
> build/gengtype.o build/gengtype-lex.o build/gengtype-
> yacc.o build/errors.o ../build-i686-pc-cygwin/libiberty/libiberty.a
> build/gengtype.o: In function `adjust_field_type':
> /cygdrive/r/android/llvm/llvm-gcc4.2-objects/gcc/../../llvm-
> gcc4.2-2.4.source...
2009 Oct 14
0
[LLVMdev] Fwd: JIT on ARM
...-DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-
> strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-
> long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-
> definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -
> DGENERATOR_FILE -o build/gengtype.exe \
> build/gengtype.o build/gengtype-lex.o build/gengtype-
> yacc.o build/errors.o ../build-i686-pc-cygwin/libiberty/libiberty.a
> build/gengtype.o: In function `adjust_field_type':
> /cygdrive/r/android/llvm/llvm-gcc4.2-objects/gcc/../../llvm-
> gcc4.2-2.4.sourc...
2007 Sep 18
1
[LLVMdev] 2.1 Pre-Release Available (testers needed)
More bison woes. llvm-2.1 + the patch Chris mentioned builds without
bison, but llvm-gcc4 doesn't:
/home/emil/ll/llvm-gcc4.0-2.1.source/missing bison -d -o gengtype-yacc.c ../../llvm-gcc4.0-2.1.source/gcc/gengtype-yacc.y
WARNING: `bison' missing on your system. You should only need it if
you modified a `.y' file. You may need the `Bison' package
in order for those modifications to take effect. You can get
`Bison'...
2010 Aug 12
2
[LLVMdev] Trying to build llvm-gcc no x86_64 linux
...m trying to build the latest version of llvm-gcc on a x86_64 architecture
running a Linux distribution. Using the READM.LLVM I have managed to run
./configure using appropriate options, but when I try to build using make,
it shows the following error message after a few seconds:
../../llvm-gcc/gcc/gengtype-lex.l:31:27: fatal error: gengtype-yacc.h: No
such file or directory.
This happens when trying to build gengtype-lex.c.
I could indeed not find the file gengtype-yacc.h in neither llvm-gcc nor
llvm code base. Is there a dependency I am missing ? A problem with the
configure flags I've used ?...
2010 Aug 12
2
[LLVMdev] Trying to build llvm-gcc no x86_64 linux
...-gcc on a x86_64
>> architecture running a Linux distribution. Using the READM.LLVM I have
>> managed to run ./configure using appropriate options, but when I try to
>> build using make, it shows the following error message after a few seconds:
>>
>> ../../llvm-gcc/gcc/gengtype-lex.l:31:27: fatal error: gengtype-yacc.h: No
>> such file or directory.
>>
>> This happens when trying to build gengtype-lex.c.
>>
>> I could indeed not find the file gengtype-yacc.h in neither llvm-gcc nor
>> llvm code base. Is there a dependency I am missing...
2010 Aug 12
0
[LLVMdev] Trying to build llvm-gcc no x86_64 linux
...test version of llvm-gcc on a x86_64
> architecture running a Linux distribution. Using the READM.LLVM I have
> managed to run ./configure using appropriate options, but when I try to
> build using make, it shows the following error message after a few seconds:
>
> ../../llvm-gcc/gcc/gengtype-lex.l:31:27: fatal error: gengtype-yacc.h: No
> such file or directory.
>
> This happens when trying to build gengtype-lex.c.
>
> I could indeed not find the file gengtype-yacc.h in neither llvm-gcc nor
> llvm code base. Is there a dependency I am missing ? A problem with the
>...
2010 Aug 12
2
[LLVMdev] Trying to build llvm-gcc no x86_64 linux
...ecture running a Linux distribution. Using the READM.LLVM I have
>>>> managed to run ./configure using appropriate options, but when I try to
>>>> build using make, it shows the following error message after a few seconds:
>>>>
>>>> ../../llvm-gcc/gcc/gengtype-lex.l:31:27: fatal error: gengtype-yacc.h:
>>>> No such file or directory.
>>>>
>>>> This happens when trying to build gengtype-lex.c.
>>>>
>>>> I could indeed not find the file gengtype-yacc.h in neither llvm-gcc nor
>>>> llv...
2007 Sep 18
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
On Mon, Sep 17, 2007 at 12:25:40PM -0700, Chris Lattner wrote:
> On Mon, 17 Sep 2007, Emil Mikulic wrote:
> >> The 2.1 pre-release (version 1) is available for testing:
> >> http://llvm.org/prereleases/2.1/version1/
> >
> > I suspect the utils/TableGen/FileParser.h.cvs in the tarball may be
> > stale. I tried building LLVM without bison installed and got:
2010 Aug 12
0
[LLVMdev] Trying to build llvm-gcc no x86_64 linux
...;>> architecture running a Linux distribution. Using the READM.LLVM I have
>>> managed to run ./configure using appropriate options, but when I try to
>>> build using make, it shows the following error message after a few seconds:
>>>
>>> ../../llvm-gcc/gcc/gengtype-lex.l:31:27: fatal error: gengtype-yacc.h: No
>>> such file or directory.
>>>
>>> This happens when trying to build gengtype-lex.c.
>>>
>>> I could indeed not find the file gengtype-yacc.h in neither llvm-gcc nor
>>> llvm code base. Is there a...
2007 Sep 17
3
[LLVMdev] 2.1 Pre-Release Available (testers needed)
On Mon, 17 Sep 2007, Emil Mikulic wrote:
>> The 2.1 pre-release (version 1) is available for testing:
>> http://llvm.org/prereleases/2.1/version1/
>
> I suspect the utils/TableGen/FileParser.h.cvs in the tarball may be
> stale. I tried building LLVM without bison installed and got:
Can you try it again without bison with these files:
2010 Aug 12
0
[LLVMdev] Trying to build llvm-gcc no x86_64 linux
...Linux distribution. Using the READM.LLVM I have
>>>>> managed to run ./configure using appropriate options, but when I try to
>>>>> build using make, it shows the following error message after a few seconds:
>>>>>
>>>>> ../../llvm-gcc/gcc/gengtype-lex.l:31:27: fatal error: gengtype-yacc.h:
>>>>> No such file or directory.
>>>>>
>>>>> This happens when trying to build gengtype-lex.c.
>>>>>
>>>>> I could indeed not find the file gengtype-yacc.h in neither llvm-gcc
>...
2010 Aug 12
1
[LLVMdev] Trying to build llvm-gcc no x86_64 linux
...ion. Using the READM.LLVM I have
>>>>>> managed to run ./configure using appropriate options, but when I try to
>>>>>> build using make, it shows the following error message after a few seconds:
>>>>>>
>>>>>> ../../llvm-gcc/gcc/gengtype-lex.l:31:27: fatal error: gengtype-yacc.h:
>>>>>> No such file or directory.
>>>>>>
>>>>>> This happens when trying to build gengtype-lex.c.
>>>>>>
>>>>>> I could indeed not find the file gengtype-yacc.h in n...
2010 Jan 03
2
[LLVMdev] Help Required for LLVM
...iler
optimization.
I am working on "Profile Based Pointer Analysis to Perform
Optimization", and would like to implement the optimization in llvm for
performing experiments.
When I was trying to build and install the compiler after configuring
llvm-gcc I got the following error:
gcc: gengtype-lex.c: No such file or directory
Where can I find this file. Or am I missing something else.
Please reply as soon as possible, I will be highly obliged.
Thanks and Regards,
Ambika Agarwal
08305037
CSE, MTech
IIT Bombay
2010 Jan 04
0
[LLVMdev] Help Required for LLVM
...ng on "Profile Based Pointer Analysis to Perform
> Optimization", and would like to implement the optimization in llvm for
> performing experiments.
>
> When I was trying to build and install the compiler after configuring
> llvm-gcc I got the following error:
> gcc: gengtype-lex.c: No such file or directory
>
> Where can I find this file. Or am I missing something else.
> Please reply as soon as possible, I will be highly obliged.
what target are you building for and what commands did you use to configure
and try to build?
Ciao,
Duncan.
2007 Apr 27
2
[LLVMdev] Boostrap Failure -- Expected Differences?
...differs
cp/semantics.o differs
cp/tree.o differs
cp/typeck2.o differs
cp/typeck.o differs
build/errors.o differs
build/genattr.o differs
build/genattrtab.o differs
build/genautomata.o differs
build/genemit.o differs
build/genextract.o differs
build/genflags.o differs
build/gengenrtl.o differs
build/gengtype-lex.o differs
build/gengtype.o differs
build/gengtype-yacc.o differs
build/genmodes.o differs
build/genopinit.o differs
build/genoutput.o differs
build/genpreds.o differs
build/genrecog.o differs
build/gensupport.o differs
build/print-rtl.o differs
build/read-rtl.o differs
build/rtl.o differs
----...
2017 Aug 21
3
DragonEgg for GCC v8.x and LLVM v6.x is just able to work
...p2align 3
.L.cst.3:
.asciz "%s: Hello World %d\n"
.size .L.cst.3, 20
.section ".note.GNU-stack","", at progbits
$ clang hello.s.s
$ ./a.out
Leslie Zhai: Hello World 1
WIP:
* fix issues https://github.com/xiangzhai/dragonegg/issues
* gengtype not support macro
https://gcc.gnu.org/ml/gcc/2017-07/msg00045.html
--
Regards,
Leslie Zhai - a LLVM developer https://reviews.llvm.org/p/xiangzhai/
2010 Jan 04
1
[LLVMdev] Help Required for LLVM
...Pointer Analysis to Perform
> > Optimization", and would like to implement the optimization in llvm for
> > performing experiments.
> >
> > When I was trying to build and install the compiler after configuring
> > llvm-gcc I got the following error:
> > gcc: gengtype-lex.c: No such file or directory
> >
> > Where can I find this file. Or am I missing something else.
> > Please reply as soon as possible, I will be highly obliged.
>
> what target are you building for and what commands did you use to configure
> and try to build?
>
&...
2009 Nov 16
1
[LLVMdev] gfortran front end
This is OS X 10.6. I can build llvm-gcc and llvm-g++ just fine,
but the gfortran front end cannot find a symbol. Where would it
normally be defined ?
====================================================================
/Developer/usr/bin/g++-4.2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros
2007 Apr 30
0
[LLVMdev] Boostrap Failure -- Expected Differences?
...p/typeck2.o differs
> cp/typeck.o differs
> build/errors.o differs
> build/genattr.o differs
> build/genattrtab.o differs
> build/genautomata.o differs
> build/genemit.o differs
> build/genextract.o differs
> build/genflags.o differs
> build/gengenrtl.o differs
> build/gengtype-lex.o differs
> build/gengtype.o differs
> build/gengtype-yacc.o differs
> build/genmodes.o differs
> build/genopinit.o differs
> build/genoutput.o differs
> build/genpreds.o differs
> build/genrecog.o differs
> build/gensupport.o differs
> build/print-rtl.o differs
>...