Displaying 20 results from an estimated 647 matches for "vadve".
2009 Feb 23
2
[LLVMdev] make-test dependencies on local directory
Hi,
I am getting this when running make-test :-
$ /usr/src/llvm-test-2.5/configure
checking for spec95 benchmark sources... no, not found in
/home/vadve/shared/ben
chmarks/spec95/benchspec
checking for spec2000 benchmark sources... no, not found in
/home/vadve/shared/b
enchmarks/speccpu2000/benchspec
checking for spec2006 benchmark sources... no, not found in
/home/vadve/shared/b
enchmarks/speccpu2006/benchspec
checking for povray benchmark sources...
2009 Feb 23
2
[LLVMdev] make-test dependencies on local directory
...hough.
Aaron
>
> On Feb 23, 2009, at 10:02 AMPST, Aaron Gray wrote:
>
> > Hi,
> >
> > I am getting this when running make-test :-
> >
> > $ /usr/src/llvm-test-2.5/configure
> > checking for spec95 benchmark sources... no, not found in /home/
> > vadve/shared/ben
> > chmarks/spec95/benchspec
> > checking for spec2000 benchmark sources... no, not found in /home/
> > vadve/shared/b
> > enchmarks/speccpu2000/benchspec
> > checking for spec2006 benchmark sources... no, not found in /home/
> > vadve/shared/b
> &g...
2005 May 23
1
[LLVMdev] Sparc build error
I'm encountering a new problem building llvm (from CVS) on Solaris.
The tblgen executable builds successfully but it seems to use the
wrong version of libstdc++ :
% /home/vadve/vadve/llvm-sparc/Debug/bin/tblgen --help
ld.so.1: /home/vadve/vadve/llvm-sparc/Debug/bin/tblgen: fatal: /home/
vadve/lattner/local/x86-fc1/gcc-3.4.2/lib/libstdc++.so.6: wrong ELF
class: ELFCLASS32
Killed
This version of tblgen was just created successfully in the same
build on Solaris, so I d...
2009 Feb 23
0
[LLVMdev] make-test dependencies on local directory
...er source, you need to configure --with-externals=<path>
On Feb 23, 2009, at 10:02 AMPST, Aaron Gray wrote:
> Hi,
>
> I am getting this when running make-test :-
>
> $ /usr/src/llvm-test-2.5/configure
> checking for spec95 benchmark sources... no, not found in /home/
> vadve/shared/ben
> chmarks/spec95/benchspec
> checking for spec2000 benchmark sources... no, not found in /home/
> vadve/shared/b
> enchmarks/speccpu2000/benchspec
> checking for spec2006 benchmark sources... no, not found in /home/
> vadve/shared/b
> enchmarks/speccpu2006/benchspe...
2009 Feb 23
0
[LLVMdev] make-test dependencies on local directory
...23, 2009, at 10:02 AMPST, Aaron Gray wrote:
>>
>> > Hi,
>> >
>> > I am getting this when running make-test :-
>> >
>> > $ /usr/src/llvm-test-2.5/configure
>> > checking for spec95 benchmark sources... no, not found in /home/
>> > vadve/shared/ben
>> > chmarks/spec95/benchspec
>> > checking for spec2000 benchmark sources... no, not found in /home/
>> > vadve/shared/b
>> > enchmarks/speccpu2000/benchspec
>> > checking for spec2006 benchmark sources... no, not found in /home/
>> >...
2002 Oct 30
2
[LLVMdev] problems with llvmgcc
Thanks, Chris,
Below is the output of 'llvmgcc he.c -v'
xli3|csil-suna27|~/cs426|[35]% llvmgcc he.c -v
Reading specs from
/usr/dcs/projects/cs426/Software/gcc_install/bin/../lib/gcc-lib/llvm/3.1/specs
Configured with: /home/vadve/lattner/cvs/gcc/configure
--srcdir=/home/vadve/lattner/cvs/gcc
--prefix=/home/vadve/lattner/cvs/gcc_install_sparc --target=llvm
--enable-languages=c
--includedir=/home/vadve/lattner/cvs/gcc_install_sparc/llvm/include
--with-as=/home/vadve/lattner/cvs/gcc_install_sparc/bin/llvm-as
--with-ld=/home/va...
2007 Dec 03
1
[LLVMdev] Using Function Passes from Module Passes
...ng some problems using a function pass from a Module pass. My
code is as follows:
DominatorTree & domTree;
...
Function &F = *I; // I is an interator from using Module::begin()
...
domTree = getAnalysis<DominatorTree>(F);
When I compile this code, I get the following error:
/home/vadve/criswell/src/llvm22/include/llvm/Pass.h: In member function
'llvm::FunctionPass& llvm::FunctionPass::operator=(const
llvm::FunctionPass&)':
/home/vadve/criswell/src/llvm22/include/llvm/Pass.h:85: error: 'void
llvm::Pass::operator=(const llvm::Pass&)' is private
/home/vad...
2009 Feb 23
2
[LLVMdev] make-test dependencies on local directory
...> Aaron
>
>
> On Feb 23, 2009, at 10:02 AMPST, Aaron Gray wrote:
>
> > Hi,
> >
> > I am getting this when running make-test :-
> >
> > $ /usr/src/llvm-test-2.5/configure
> > checking for spec95 benchmark sources... no, not found in /home/
> > vadve/shared/ben
> > chmarks/spec95/benchspec
> > checking for spec2000 benchmark sources... no, not found in /home/
> > vadve/shared/b
> > enchmarks/speccpu2000/benchspec
> > checking for spec2006 benchmark sources... no, not found in /home/
> > vadve/shared/b
> &g...
2009 Feb 07
3
[LLVMdev] Problem Running llvm-suite
...llvm-suite, it complained
about there not being a Makefile two levels above it, so I moved
llvm-suite into the "test" subdirectory inside the llvm compiler
checkout. I ran "make" again, but I got this:
[simmon12 at maute llvm-suite]$ make
make[1]: Entering directory
`/home/vadve/simmon12/llvm/llvm/test/llvm-suite/SingleSource'
make[2]: Entering directory
`/home/vadve/simmon12/llvm/llvm/test/llvm-suite/SingleSource/UnitTests'
make[3]: Entering directory
`/home/vadve/simmon12/llvm/llvm/test/llvm-suite/SingleSource/UnitTests/Vector'
make[4]: Entering directory...
2002 Oct 31
1
[LLVMdev] problems with llvmgcc
...,
> >
> > Below is the output of 'llvmgcc he.c -v'
> >
> > xli3|csil-suna27|~/cs426|[35]% llvmgcc he.c -v
> > Reading specs from
> > /usr/dcs/projects/cs426/Software/gcc_install/bin/../lib/gcc-li
> > b/llvm/3.1/specs
> > Configured with: /home/vadve/lattner/cvs/gcc/configure
> > --srcdir=/home/vadve/lattner/cvs/gcc
> > --prefix=/home/vadve/lattner/cvs/gcc_install_sparc
> > --target=llvm --enable-languages=c
> > --includedir=/home/vadve/lattner/cvs/gcc_install_sparc/llvm/include
> > --with-as=/home/vadve/lattner/cv...
2006 Aug 09
4
[LLVMdev] Demo Script Paths
Hello,
I'm trying to get the demo script to run llvm2cpp so that people can get
familiar with the LLVM C++ API through the online demo. However, it
seems that the path used doesn't include llvm2cpp (not updated in a
while?). The demo script currently uses these paths on Zion:
/home/vadve/criswell/box/x86/llvm-gcc/bin/
/home/vadve/gaeke/llvm/Release/bin
/home/vadve/gaeke/bin
/home/vadve/gaeke/llvm/projects/Stacker/Release/bin
I'm not sure what the state of John's llvm-gcc is, but using a moving
target is not a good idea. Also, its likely that Brian's directories
haven...
2002 Oct 30
0
[LLVMdev] problems with llvmgcc
...lvmgcc
>
>
> Thanks, Chris,
>
> Below is the output of 'llvmgcc he.c -v'
>
> xli3|csil-suna27|~/cs426|[35]% llvmgcc he.c -v
> Reading specs from
> /usr/dcs/projects/cs426/Software/gcc_install/bin/../lib/gcc-li
> b/llvm/3.1/specs
> Configured with: /home/vadve/lattner/cvs/gcc/configure
> --srcdir=/home/vadve/lattner/cvs/gcc
> --prefix=/home/vadve/lattner/cvs/gcc_install_sparc
> --target=llvm --enable-languages=c
> --includedir=/home/vadve/lattner/cvs/gcc_install_sparc/llvm/include
> --with-as=/home/vadve/lattner/cvs/gcc_install_sparc/bin...
2002 Oct 29
2
[LLVMdev] problems with llvmgcc
Dear llvm,
I just tried to compile a simple file hello.c. But each time I used
llvmgcc hello.c, it gave me the following error:
xli3|csil-suna33|~/cs426|[13]% llvmgcc hello.c
as: error opening '/var/tmp//ccapglpE.o': file exists!
Use -f command line argument to force output
I really got confused. Could you please let me know what's wrong?
thanks,
Jerry
2009 Feb 23
0
[LLVMdev] make-test dependencies on local directory
...gt; Aaron
>
>
> On Feb 23, 2009, at 10:02 AMPST, Aaron Gray wrote:
>
>
>> Hi,
>>
>> I am getting this when running make-test :-
>>
>> $ /usr/src/llvm-test-2.5/configure
>> checking for spec95 benchmark sources... no, not found in /home/
>> vadve/shared/ben
>> chmarks/spec95/benchspec
>> checking for spec2000 benchmark sources... no, not found in /home/
>> vadve/shared/b
>> enchmarks/speccpu2000/benchspec
>> checking for spec2006 benchmark sources... no, not found in /home/
>> vadve/shared/b
>> ench...
2006 Aug 10
2
[LLVMdev] Demo Script Paths
...nclude llvm2cpp (not updated in a
> > while?). The demo script currently uses these paths on Zion:
>
> I can look into this, but I would strongly suggest not messing with the
> demo script until 2-3 weeks after this latest release.
>
> -Tanya
>
> >
> > /home/vadve/criswell/box/x86/llvm-gcc/bin/
> > /home/vadve/gaeke/llvm/Release/bin
> > /home/vadve/gaeke/bin
> > /home/vadve/gaeke/llvm/projects/Stacker/Release/bin
> >
> > I'm not sure what the state of John's llvm-gcc is, but using a moving
> > target is not a good...
2006 Aug 10
0
[LLVMdev] Demo Script Paths
...t
> seems that the path used doesn't include llvm2cpp (not updated in a
> while?). The demo script currently uses these paths on Zion:
I can look into this, but I would strongly suggest not messing with the
demo script until 2-3 weeks after this latest release.
-Tanya
>
> /home/vadve/criswell/box/x86/llvm-gcc/bin/
> /home/vadve/gaeke/llvm/Release/bin
> /home/vadve/gaeke/bin
> /home/vadve/gaeke/llvm/projects/Stacker/Release/bin
>
> I'm not sure what the state of John's llvm-gcc is, but using a moving
> target is not a good idea. Also, its likely that Br...
2010 Mar 10
4
[LLVMdev] glod plugin use
...was trying to use gold plugin to compile and run some of my passes on some large softwares like mysql, apache etc. When I compile using llvm-gcc, everything works fine. But, when I followed the instructions on http://llvm.org/docs/GoldPlugin.html#build to use gold plugin, I got errors like:
/home/vadve/ssahoo2/local/bin/ld: error: modules/standard/libstandard.a: no archive symbol table (run ranlib)
/home/vadve/ssahoo2/local/bin/ld: error: modules/extra/libextra.a: no archive symbol table (run ranlib)
/home/vadve/ssahoo2/local/bin/ld: error: main/libmain.a: no archive symbol table (run ranlib)
......
2009 Jul 11
2
[LLVMdev] ANTLR?
...nderstand, do you mean there
isn't the run-time support etc. to write back ends for the C++
language, or that the compiler IR is also somehow insufficient to
write a code generator?
--Vikram
Associate Professor, Computer Science
University of Illinois at Urbana-Champaign
http://llvm.org/~vadve
On Jul 11, 2009, at 3:00 PM, Granville Barnett wrote:
> Hi,
>
> I've not got any experience using ANTLR to parse C++, however, you
> will find that there only exists a C code generator for ANTLR and
> NOT a C++ one. Over the years numerous people have requested a C++
&g...
2004 Jun 24
5
[LLVMdev] Using -noexternals option of NightlyTest.pl
> Are you using the NightlyTest.pl file? To run the tester I don't use
> gmake directly at all. Instead, I have this in my crontab:
>
> 5 3 * * *
LLVM_LIB_SEARCH_PATH=/home/vadve/lattner/local/x86/llvm-gcc/bytecode-libs
$HOME/llvm/utils/NightlyTest.pl -parallel -enable-linscan
/home/vadve/shared/PublicCVS $HOME/buildtest-X86 $HOME/cvs/testresults-X86
>
> When run like this, you can use -noexternals as you wish.
Thank you fo information.
I will used this code for test...
2005 Nov 08
0
[LLVMdev] llvm-test configure problem
...t.org> wrote:
>
> Following the instructions here:
> http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run
>
> I get an error running configure in the llvm-test directory.
>
> ./configure
> --with-llvmgccdir=/localhome/tbrethou/cfrontend/sparc/llvm-gcc/
> --with-f2c=/home/vadve/shared/localtools/sparc
> --with-llvmsrc=/localhome/tbrethou/llvm
> --with-llvmobj=/localhome/tbrethou/llvm
>
> Error:
> [cut lots of config output]
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
>...