Displaying 10 results from an estimated 10 matches for "garg2107".
2013 Aug 01
2
[LLVMdev] Error building compiler-rt
...4-bit host (that is different from the 32-bit
laptop on which I originally compiled the program), it says the sizes are
not equal.
Thanks
Pranav
On Thu, Aug 1, 2013 at 9:29 AM, Alexey Samsonov <samsonov at google.com> wrote:
>
> On Thu, Aug 1, 2013 at 5:32 PM, Pranav Garg <pranav.garg2107 at gmail.com>wrote:
>
>> Dear Alexey,
>>
>> Yes I am sure that the llvm, clang and compiler-rt are synced to the same
>> version. I downloaded them all from git
>> http://llvm.org/docs/GettingStarted.html#git-mirror
>> I think I need compiler-rt for my proj...
2013 Aug 01
2
[LLVMdev] Error building compiler-rt
...[-Werror,-Wint-to-pointer-cast]
unsigned char* startPage = (unsigned char*)(p & pageAlignMask);
Thanks
Pranav
On Thu, Aug 1, 2013 at 7:27 AM, Alexey Samsonov <samsonov at google.com> wrote:
> Hi Pranav,
>
> On Thu, Aug 1, 2013 at 1:54 AM, Pranav Garg <pranav.garg2107 at gmail.com>wrote:
>
>> Hi,
>>
>> I see that ENABLE_WERROR is being set to off (the default value) in the
>> config.log in the llvm build. However on grepping for WERROR in the
>> compiler-rt folder I get the following output:
>>
>> pranav at pranav:...
2013 Aug 01
0
[LLVMdev] Error building compiler-rt
On Thu, Aug 1, 2013 at 5:32 PM, Pranav Garg <pranav.garg2107 at gmail.com>wrote:
> Dear Alexey,
>
> Yes I am sure that the llvm, clang and compiler-rt are synced to the same
> version. I downloaded them all from git
> http://llvm.org/docs/GettingStarted.html#git-mirror
> I think I need compiler-rt for my project but I'll verify it a...
2013 Jul 31
2
[LLVMdev] Error building compiler-rt
...ult <arsenm2 at gmail.com> wrote:
> You can disable -Werror by adding the cmake flag -DLLVM_ENABLE_WERROR=OFF,
> which should let it just ignore that (that's also the default, so you must
> have turned it on somewhere)
>
> On Jul 31, 2013, at 13:09 , Pranav Garg <pranav.garg2107 at gmail.com> wrote:
>
> > Hi,
> >
> > I am trying to build llvm along with clang and compiler-rt. When I run
> make, I am getting the following compilation error (I tried compiling
> llvm-3.2, which is what I need for my project, but also tried llvm-3.3 and
> the c...
2013 Aug 01
0
[LLVMdev] Error building compiler-rt
Hi Pranav,
On Thu, Aug 1, 2013 at 1:54 AM, Pranav Garg <pranav.garg2107 at gmail.com>wrote:
> Hi,
>
> I see that ENABLE_WERROR is being set to off (the default value) in the
> config.log in the llvm build. However on grepping for WERROR in the
> compiler-rt folder I get the following output:
>
> pranav at pranav:~/smack-project/llvm-3.4/src/pro...
2013 Jul 31
0
[LLVMdev] Error building compiler-rt
You can disable -Werror by adding the cmake flag -DLLVM_ENABLE_WERROR=OFF, which should let it just ignore that (that's also the default, so you must have turned it on somewhere)
On Jul 31, 2013, at 13:09 , Pranav Garg <pranav.garg2107 at gmail.com> wrote:
> Hi,
>
> I am trying to build llvm along with clang and compiler-rt. When I run make, I am getting the following compilation error (I tried compiling llvm-3.2, which is what I need for my project, but also tried llvm-3.3 and the current llvm source from the git...
2013 Jul 31
2
[LLVMdev] Error building compiler-rt
Hi,
I am trying to build llvm along with clang and compiler-rt. When I run
make, I am getting the following compilation error (I tried compiling
llvm-3.2, which is what I need for my project, but also tried llvm-3.3 and
the current llvm source from the git repository).
...
COMPILE: clang_linux/full-x86_64/x86_64:
2010 Apr 16
3
[LLVMdev] Generating incorrect bitcode file
Hi,
I am generating the .bc file using the following command
$ llvm-gcc -emit-llvm -S -o pointer.bc ../../../test/pointer.c
But when I run any pass using opt it gives the following error :
$ ./opt -basicaa pointer.bc
./opt: Bitcode stream should be a multiple of 4 bytes in length
Is there something wrong with the way I generate the .bc file ?
Thanks
Pranav
-------------- next part
2010 Apr 20
1
[LLVMdev] Debugging using gdb
Hi John,
Yes, it was the problem of the namespace. Sorry for bugging for such a silly
mistake.
Thanks
Pranav
On Mon, Apr 19, 2010 at 9:33 AM, John Criswell <criswell at uiuc.edu> wrote:
> Pranav Garg wrote:
>
>> Hi,
>>
>> I am trying to debug my llvm pass called -aa-eval-garg11 using gdb.
>> However I am not able to establish a breakpoint in any function of
2010 Apr 18
2
[LLVMdev] Debugging using gdb
Hi,
I am trying to debug my llvm pass called -aa-eval-garg11 using gdb. However
I am not able to establish a breakpoint in any function of my pass. I have
compiled my
pass with a debug build and I have also compiled the input file (using
llvm-gcc) with the -g flag. Given below is the exact output.
(gdb) break llvm::PassManager::run
Breakpoint 1 at 0x86be87c: file