Displaying 6 results from an estimated 6 matches for "195264".
Did you mean:
19524
2013 Nov 22
2
[LLVMdev] bit code file incompatibility due to debug info changes
...to DebugInfo.cpp
> so the implementation can be shared between StripSymbols and AutoUpgrade.
> After that, a sample patch looks like:
> Index: include/llvm/AutoUpgrade.h
> ===================================================================
> --- include/llvm/AutoUpgrade.h (revision 195264)
> +++ include/llvm/AutoUpgrade.h (working copy)
> @@ -57,6 +57,10 @@
> /// with different address spaces: the instruction is replaced by a pair
> /// ptrtoint+inttoptr.
> Value *UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy);
> +
> + /// Check the debug...
2013 Nov 22
0
[LLVMdev] bit code file incompatibility due to debug info changes
...nfo from StripSymbols.cpp to DebugInfo.cpp so
the implementation can be shared between StripSymbols and AutoUpgrade.
After that, a sample patch looks like:
Index: include/llvm/AutoUpgrade.h
===================================================================
--- include/llvm/AutoUpgrade.h (revision 195264)
+++ include/llvm/AutoUpgrade.h (working copy)
@@ -57,6 +57,10 @@
/// with different address spaces: the instruction is replaced by a pair
/// ptrtoint+inttoptr.
Value *UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy);
+
+ /// Check the debug info version number, if it is out-...
2013 Nov 22
0
[LLVMdev] bit code file incompatibility due to debug info changes
...t;> so the implementation can be shared between StripSymbols and AutoUpgrade.
>> After that, a sample patch looks like:
>> Index: include/llvm/AutoUpgrade.h
>> ===================================================================
>> --- include/llvm/AutoUpgrade.h (revision 195264)
>> +++ include/llvm/AutoUpgrade.h (working copy)
>> @@ -57,6 +57,10 @@
>> /// with different address spaces: the instruction is replaced by a
>> pair
>> /// ptrtoint+inttoptr.
>> Value *UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy);
>&...
2013 Nov 22
2
[LLVMdev] bit code file incompatibility due to debug info changes
...ion can be shared between StripSymbols and
> AutoUpgrade.
> >> After that, a sample patch looks like:
> >> Index: include/llvm/AutoUpgrade.h
> >> ===================================================================
> >> --- include/llvm/AutoUpgrade.h (revision 195264)
> >> +++ include/llvm/AutoUpgrade.h (working copy)
> >> @@ -57,6 +57,10 @@
> >> /// with different address spaces: the instruction is replaced by a
> >> pair
> >> /// ptrtoint+inttoptr.
> >> Value *UpgradeBitCastExpr(unsigned Opc, Con...
2013 Nov 21
2
[LLVMdev] bit code file incompatibility due to debug info changes
On Thu, Nov 21, 2013 at 11:45 AM, Manman Ren <manman.ren at gmail.com> wrote:
>
>
>
> On Thu, Nov 21, 2013 at 11:26 AM, David Blaikie <dblaikie at gmail.com>wrote:
>
>>
>>
>>
>> On Thu, Nov 21, 2013 at 11:06 AM, Manman Ren <manman.ren at gmail.com>wrote:
>>
>>>
>>>
>>>
>>> On Thu, Nov 21, 2013 at
2013 Nov 22
0
[LLVMdev] bit code file incompatibility due to debug info changes
...ipSymbols and
>> >> AutoUpgrade.
>> >> After that, a sample patch looks like:
>> >> Index: include/llvm/AutoUpgrade.h
>> >> ===================================================================
>> >> --- include/llvm/AutoUpgrade.h (revision 195264)
>> >> +++ include/llvm/AutoUpgrade.h (working copy)
>> >> @@ -57,6 +57,10 @@
>> >> /// with different address spaces: the instruction is replaced by a
>> >> pair
>> >> /// ptrtoint+inttoptr.
>> >> Value *UpgradeBitCa...