Displaying 20 results from an estimated 700 matches similar to: "[LLVMdev] build failure in llvm revision69440"
2010 Aug 12
2
[LLVMdev] Trying to build llvm-gcc no x86_64 linux
On Thu, Aug 12, 2010 at 6:56 PM, Romain Pechayre <rpechayr at gmail.com> wrote:
> Ok. Thank you for your input. New questions :) :
> - Is the dev package basically the source code of gcc 4.2 ? Isn't it
> already fully included in llvm-gcc code base ?
>
AFAIR, you need to have the set of headers, gcc-dev.( Some one else may
provide you with this information)
> - How
2010 Aug 12
0
[LLVMdev] Trying to build llvm-gcc no x86_64 linux
Thanks. It worked for a few more compilation lines.
I now get the following linker error:
undefined reference to llvm::MemoryBuffer::getNewMemBuffer(unsigned long,
llvm::StringRef)
I am surprised since the linker compile line already links with a whole
bunch of llvm libraries ...
Thanks for your help
Romain
On Thu, Aug 12, 2010 at 4:03 PM, Rajika Kumarasiri <rajika at wso2.com> wrote:
2010 Aug 12
1
[LLVMdev] Trying to build llvm-gcc no x86_64 linux
I got this one fixed by rebuilding llvm Debug (oups). I had an old version.
I now seem to have a classical message:
version GLIBCXX_3.4.14 not found.
I am indeed building llvm-gcc using gcc4.5. Is this the problem ? The fix to
this problem indicated in README.LLVM does not help ..
Thanks
Romain
On Thu, Aug 12, 2010 at 6:43 PM, Romain Pechayre <rpechayr at gmail.com> wrote:
> Thanks.
2010 Aug 12
0
[LLVMdev] Trying to build llvm-gcc no x86_64 linux
Ok. Thank you for your input. New questions :) :
- Is the dev package basically the source code of gcc 4.2 ? Isn't it already
fully included in llvm-gcc code base ?
- How should I include bison+flex when I have installed Do I need to put
additional flags to configure script ?
Cheers,
Romain
On Thu, Aug 12, 2010 at 3:13 PM, Rajika Kumarasiri <rajika at wso2.com> wrote:
> I need to
2010 Aug 12
2
[LLVMdev] Trying to build llvm-gcc no x86_64 linux
I need to add, also you'll need bison+flex.
Rajika
On Thu, Aug 12, 2010 at 6:41 PM, Rajika Kumarasiri <rajika at wso2.com> wrote:
> You'll need to install the dev packages for gcc 4.2.
>
> Rajika
>
> On Thu, Aug 12, 2010 at 1:27 PM, Romain Pechayre <rpechayr at gmail.com>wrote:
>
>> Hello all,
>>
>> I am trying to build the latest version
2010 Feb 21
1
[LLVMdev] Possibly using a broken version of GCC to build LLVM (file won't finish compiling).
>From a cached version of the Getting Started Guide, I have found:
"GCC 3.4.4 (CodeSourcery ARM 2005q3-2): this compiler miscompiles LLVM
when building with optimizations enabled. It appears to work with
"make ENABLE_OPTIMIZED=1 OPTIMIZE_OPTION=-O1" or build a debug build."
I'm trying that now.
-Puyan
On Sun, Feb 21, 2010 at 1:22 AM, Rajika Kumarasiri <rajika at
2009 Apr 05
2
[LLVMdev] How the LLVM Compiler Infrastructure Works
FYI,
http://www.informit.com/articles/article.aspx?p=1215438
-Rajika
--
http://wso2.org/
http://llvm.org/
http://www.osdev.org/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090405/79ddb769/attachment.html>
2010 Aug 12
0
[LLVMdev] Trying to build llvm-gcc no x86_64 linux
You'll need to install the dev packages for gcc 4.2.
Rajika
On Thu, Aug 12, 2010 at 1:27 PM, Romain Pechayre <rpechayr at gmail.com> wrote:
> Hello all,
>
> I am 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
>
2010 Jan 31
0
[LLVMdev] Segmentation Fault
May be you need to debug your code and see.
Rajika
On Sun, Jan 31, 2010 at 9:48 AM, Hersh.S. Iyer <coolhersh at gmail.com> wrote:
> Hello,
>
> I am learning to write passes in LLVM and currently using LLVM 2.6. I
> followed the steps mentioned to write the helloworld pass and when i run it
> using opt, I get a Seg Fault. Not able to figure out why this is happening.
> It
2010 Feb 21
0
[LLVMdev] Possibly using a broken version of GCC to build LLVM (file won't finish compiling).
Puyan,
There is a doc on the document page which describe the list of broken GCCs.
You'll need to check it once the docs are online.
Rajika
On Sun, Feb 21, 2010 at 11:33 AM, Puyan Lotfi <puyan at gatech.edu> wrote:
> Hi
>
> Does there exist a list of relative compile times for source files in LLVM?
> I am doing a build for ARM on an actual ARM device, and
>
2008 May 22
2
[LLVMdev] Latest SVN head (gcc front end) build failed
hi all,
I was trying to build the latest LLVM gcc front end and it failed.
rajika@:~/project/llvm/dst-directory$ svn info | grep URL
URL: http://llvm.org/svn/llvm-project/llvm-gcc-4.2/trunk
configure option: ../dst-directory/configure --prefix=/usr/local/
--enable-llvm=/home/rajika/project/llvm/llvm-objects
it gave me the following errors
../../dst-directory/gcc/llvm-convert.cpp:1163: error:
2010 Jan 31
2
[LLVMdev] Segmentation Fault
Hello,
I am learning to write passes in LLVM and currently using LLVM 2.6. I
followed the steps mentioned to write the helloworld pass and when i run it
using opt, I get a Seg Fault. Not able to figure out why this is happening.
It would be great if someone can point out where I am going wrong.
Thanks.
Hersh.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Aug 31
4
[LLVMdev] LLVM-C tutorial
I am going to post my first chapter, just to see if it is acceptable.
Any feedback is good feedback for me.
Filip
On 31 Aug 2010, at 17:25, Rajika Kumarasiri wrote:
> Most of the documents (html) are generated using rst2html. So I think a patch to the rst file in llvm/tools/llvmc/doc should be fine.
>
> Rajika
>
> On Mon, Aug 30, 2010 at 7:59 PM, F van der Meeren
2010 Sep 01
0
[LLVMdev] LLVM-C tutorial
I think it'd be nice to have a ToC describing what you plan to cover in the
"hello world" tutorial. I'll take a look at the tutorial in the week end and
send feed back.
Rajika
On Wed, Sep 1, 2010 at 2:02 AM, F van der Meeren
<llvm-dev at code2develop.com>wrote:
> I am going to post my first chapter, just to see if it is acceptable.
> Any feedback is good feedback
2008 Jul 07
0
[LLVMdev] [PATCH] patch to compile llvm-gcc using nightly tester script(NewNightlyTester.pl)
hello everybody,
I have added few improvements to my patch. Please review the new patch
directly.
Thanks!
-Rajika
On Sun, Jul 6, 2008 at 9:17 PM, Rajika Kumarasiri <rajikacc at gmail.com>
wrote:
> hello every body.
>
> Here with I have attached the patch which compile the llvm-gcc using
> nightly tester script. This patch add the following capabilities to the
>
2010 Aug 12
2
[LLVMdev] Trying to build llvm-gcc no x86_64 linux
Hello all,
I am 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
2010 Feb 21
3
[LLVMdev] Possibly using a broken version of GCC to build LLVM (file won't finish compiling).
Hi
Does there exist a list of relative compile times for source files in LLVM?
I am doing a build for ARM on an actual ARM device, and
CodeGenDAGPatterns.cpp is taking a really long time to compile (it's been
like 20 minutes or more).
I don't even get an error. All the files before it compile pretty quickly
but this file in particular just won't finish.
The version of gcc I have on
2008 Jul 07
1
[LLVMdev] [PATCH] patch to compile llvm-gcc using nightly tester script(NewNightlyTester.pl)
Thanks :-)
One last thing. It seems like the patch has a lot of whitespace
changes. Could you create the diff with the -b option?
-bw
On Mon, Jul 7, 2008 at 11:49 AM, Rajika Kumarasiri <rajikacc at gmail.com> wrote:
> hi Bill,
> Thanks for the comments. I'll update the patch according to that.
>
> -Rajika
>
> On Mon, Jul 7, 2008 at 11:56 PM, Bill Wendling
2008 May 22
0
[LLVMdev] Latest SVN head (gcc front end) build failed
Did you update llvm and build that first?
-Tanya
On May 21, 2008, at 10:29 PM, Rajika Kumarasiri wrote:
> hi all,
> I was trying to build the latest LLVM gcc front end and it failed.
>
> rajika@:~/project/llvm/dst-directory$ svn info | grep URL
> URL: http://llvm.org/svn/llvm-project/llvm-gcc-4.2/trunk
>
> configure option: ../dst-directory/configure --prefix=/usr/local/
2008 Jul 07
2
[LLVMdev] [PATCH] patch to compile llvm-gcc using nightly tester script(NewNightlyTester.pl)
On Mon, Jul 7, 2008 at 11:10 AM, Rajika Kumarasiri <rajikacc at gmail.com> wrote:
> hello everybody,
>
> I have added few improvements to my patch. Please review the new patch
> directly.
> Thanks!
>
Hi Rajika,
A few stylistic comments. I'll let others comment on the algorithm for now:
if ($VERBOSE) {
print "( time -p $SVNCMD/llvm/trunk llvm; cd