search for: singri

Displaying 10 results from an estimated 10 matches for "singri".

Did you mean: singhi
2011 May 30
2
[LLVMdev] Build error for llvm-2.9 on RHEL5
Oh ok. Here it is: #!/apollo/env/envImprovement/bin/perl On Sun, May 29, 2011 at 5:07 PM, Eli Friedman <eli.friedman at gmail.com>wrote: > On Sun, May 29, 2011 at 5:05 PM, Arjun Singri <arjunsingri at gmail.com> > wrote: > > Thank you for replying. These are the first few lines from llvm-config: > > use 5.006; > > use strict; > > use warnings; > > use Cwd 'abs_path'; > > #---- begin autoconf values ---- > > my...
2011 May 30
1
[LLVMdev] Build error for llvm-2.9 on RHEL5
*This is perl, v5.8.8 built for Linux-2.6c2.5-i686-64int* Thanks, Arjun On Sun, May 29, 2011 at 5:46 PM, Eli Friedman <eli.friedman at gmail.com>wrote: > On Sun, May 29, 2011 at 5:13 PM, Arjun Singri <arjunsingri at gmail.com> > wrote: > > Oh ok. Here it is: > > #!/apollo/env/envImprovement/bin/perl > > Okay, now what's the output of "/apollo/env/envImprovement/bin/perl > --version"? > > -Eli > > > On Sun, May 29, 2011 at 5:07 PM, Eli...
2011 May 30
0
[LLVMdev] Build error for llvm-2.9 on RHEL5
On Sun, May 29, 2011 at 5:13 PM, Arjun Singri <arjunsingri at gmail.com> wrote: > Oh ok. Here it is: >  #!/apollo/env/envImprovement/bin/perl Okay, now what's the output of "/apollo/env/envImprovement/bin/perl --version"? -Eli > On Sun, May 29, 2011 at 5:07 PM, Eli Friedman <eli.friedman at gmail.com> >...
2011 May 30
2
[LLVMdev] Build error for llvm-2.9 on RHEL5
...es from llvm-config: use 5.006; use strict; use warnings; use Cwd 'abs_path'; #---- begin autoconf values ---- my $PACKAGE_NAME = q{llvm}; On Sun, May 29, 2011 at 5:00 PM, Eli Friedman <eli.friedman at gmail.com>wrote: > On Sun, May 29, 2011 at 4:37 PM, Arjun Singri <arjunsingri at gmail.com> > wrote: > > Hi, > > I am getting the following build error while building llvm on RHEL5. > Please > > help me fix this: > > gmake[2]: Leaving directory > > `/rhel5pdi/home/asin/llvm_install/tools/llvm-config' > > /rhel5...
2011 May 30
0
[LLVMdev] Build error for llvm-2.9 on RHEL5
On Sun, May 29, 2011 at 5:05 PM, Arjun Singri <arjunsingri at gmail.com> wrote: > Thank you for replying. These are the first few lines from llvm-config: >  use 5.006; >   use strict; >   use warnings; >   use Cwd 'abs_path'; >   #---- begin autoconf values ---- >   my $PACKAGE_NAME        = q{llvm}; No, the...
2010 Apr 24
2
[LLVMdev] The &quot;scope&quot; of passes
...tion than using LoopInfo? For some tasks it is necessary that we don't process the same loop twice. Doing that with LoopInfo requires the use of a flag. On Fri, Apr 23, 2010 at 12:41 PM, Devang Patel <devang.patel at gmail.com>wrote: > On Thu, Apr 22, 2010 at 11:50 PM, Arjun <arjunsingri at gmail.com> wrote: > >> Personally, I would make everything a FunctionPass. > > > > What if a FunctionPass requires the results of a LoopPass? Is there a way > to get > > all loops of a function without using LoopPass and LoopInfo? > > A LoopPass operates on...
2011 May 30
0
[LLVMdev] Build error for llvm-2.9 on RHEL5
On Sun, May 29, 2011 at 4:37 PM, Arjun Singri <arjunsingri at gmail.com> wrote: > Hi, > I am getting the following build error while building llvm on RHEL5. Please > help me fix this: > gmake[2]: Leaving directory > `/rhel5pdi/home/asin/llvm_install/tools/llvm-config' > /rhel5pdi/home/asin/llvm_install/Release/bin/l...
2011 May 29
2
[LLVMdev] Build error for llvm-2.9 on RHEL5
Hi, I am getting the following build error while building llvm on RHEL5. Please help me fix this: gmake[2]: Leaving directory `/rhel5pdi/home/asin/llvm_install/tools/llvm-config' /rhel5pdi/home/asin/llvm_install/Release/bin/llvm-config: line 18: use: command not found /rhel5pdi/home/asin/llvm_install/Release/bin/llvm-config: line 19: use: command not found
2011 Mar 24
2
[LLVMdev] Loading LLVM passes on Cygwin
I am trying to write an LLVM pass on Windows using Cygwin. When I "make" the project, a dll gets created in the Release/bin directory instead of a .so file in the Release/lib directory. The latter is what is shown in the LLVM documentation. When I try to load this dll using the -load flag to opt, nothing happens. $opt -load ../../../Release/bin/Pass.dll -help The pass that I am trying
2011 Sep 19
2
[LLVMdev] cc1: error: unrecognized command line option "-Wno-overlength-strings"
Hi, I am trying to build llvm-gcc from svn and I am getting a "cc1: error: unrecognized command line option "-Wno-overlength-strings"" error. I have gcc 4.1.2 and Linux 2.6.18 on 64bit. Please tell me how to fix this error. Here is the command that caused this: gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic