Displaying 5 results from an estimated 5 matches for "r109117".
2010 Jul 22
2
[LLVMdev] gold and debug information
..., Jeffrey Yasskin <jyasskin at google.com> wrote:
>> This (Unknown constant! in bitcode writer when -g is used) is a known
>> bug in CloneModule, because it is not cloning MDNodes appropriately.
>
> What's the link to the bug report? Are you fixing it?
PR 7689. Fixed in r109117.
-
Devang
2010 Jul 22
0
[LLVMdev] gold and debug information
...google.com>
> wrote:
> >> This (Unknown constant! in bitcode writer when -g is used) is a known
> >> bug in CloneModule, because it is not cloning MDNodes appropriately.
> >
> > What's the link to the bug report? Are you fixing it?
>
> PR 7689. Fixed in r109117.
>
I still run into the same error with this. Can someone else also try this
patch?
Thanks,
Guoliang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100722/85911462/attachment.html>
2010 Jul 22
1
[LLVMdev] gold and debug information
...e:
>> >> This (Unknown constant! in bitcode writer when -g is used) is a known
>> >> bug in CloneModule, because it is not cloning MDNodes appropriately.
>> >
>> > What's the link to the bug report? Are you fixing it?
>>
>> PR 7689. Fixed in r109117.
>>
>
> I still run into the same error with this. Can someone else also try this
> patch?
>
Saw Rafael reported the same thing in the Bugzilla.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/atta...
2010 Jul 21
0
[LLVMdev] gold and debug information
On Tue, Jul 20, 2010 at 10:39 AM, Devang Patel <devang.patel at gmail.com> wrote:
> On Tue, Jul 20, 2010 at 6:49 AM, Rafael Espindola <espindola at google.com> wrote:
>>> export PATH="$LLVMPREFIX/bin:$LLVMGCCPREFIX/bin:$PATH"
>>> export CC="llvm-gcc -use-gold-plugin -Wl,-plugin-opt=also-emit-llvm"
>>> export CXX="llvm-g++
2010 Jul 20
3
[LLVMdev] gold and debug information
On Tue, Jul 20, 2010 at 6:49 AM, Rafael Espindola <espindola at google.com> wrote:
>> export PATH="$LLVMPREFIX/bin:$LLVMGCCPREFIX/bin:$PATH"
>> export CC="llvm-gcc -use-gold-plugin -Wl,-plugin-opt=also-emit-llvm"
>> export CXX="llvm-g++ -use-gold-plugin -Wl,-plugin-opt=also-emit-llvm"
>> export RANLIB=/bin/true
>> export