Displaying 6 results from an estimated 6 matches for "instswithtbaatag".
2013 Nov 22
2
[LLVMdev] bit code file incompatibility due to debug info changes
...de/Reader/BitcodeReader.cpp
> ===================================================================
> --- lib/Bitcode/Reader/BitcodeReader.cpp (revision 195264)
> +++ lib/Bitcode/Reader/BitcodeReader.cpp (working copy)
> @@ -3152,6 +3152,7 @@
> for (unsigned I = 0, E = InstsWithTBAATag.size(); I < E; I++)
> UpgradeInstWithTBAATag(InstsWithTBAATag[I]);
>
> + UpgradeDebugInfo(*M);
> return error_code::success();
> }
>
> Index: lib/IR/AutoUpgrade.cpp
> ===================================================================
> --- lib/IR/AutoUpgrade...
2013 Nov 22
0
[LLVMdev] bit code file incompatibility due to debug info changes
...lse;
}
Index: lib/Bitcode/Reader/BitcodeReader.cpp
===================================================================
--- lib/Bitcode/Reader/BitcodeReader.cpp (revision 195264)
+++ lib/Bitcode/Reader/BitcodeReader.cpp (working copy)
@@ -3152,6 +3152,7 @@
for (unsigned I = 0, E = InstsWithTBAATag.size(); I < E; I++)
UpgradeInstWithTBAATag(InstsWithTBAATag[I]);
+ UpgradeDebugInfo(*M);
return error_code::success();
}
Index: lib/IR/AutoUpgrade.cpp
===================================================================
--- lib/IR/AutoUpgrade.cpp (revision 195264)
+++ lib/IR/Auto...
2013 Nov 22
0
[LLVMdev] bit code file incompatibility due to debug info changes
...der.cpp
>> ===================================================================
>> --- lib/Bitcode/Reader/BitcodeReader.cpp (revision 195264)
>> +++ lib/Bitcode/Reader/BitcodeReader.cpp (working copy)
>> @@ -3152,6 +3152,7 @@
>> for (unsigned I = 0, E = InstsWithTBAATag.size(); I < E; I++)
>> UpgradeInstWithTBAATag(InstsWithTBAATag[I]);
>>
>> + UpgradeDebugInfo(*M);
>> return error_code::success();
>> }
>>
>> Index: lib/IR/AutoUpgrade.cpp
>> ===============================================================...
2013 Nov 22
2
[LLVMdev] bit code file incompatibility due to debug info changes
...================================================================
> >> --- lib/Bitcode/Reader/BitcodeReader.cpp (revision 195264)
> >> +++ lib/Bitcode/Reader/BitcodeReader.cpp (working copy)
> >> @@ -3152,6 +3152,7 @@
> >> for (unsigned I = 0, E = InstsWithTBAATag.size(); I < E; I++)
> >> UpgradeInstWithTBAATag(InstsWithTBAATag[I]);
> >>
> >> + UpgradeDebugInfo(*M);
> >> return error_code::success();
> >> }
> >>
> >> Index: lib/IR/AutoUpgrade.cpp
> >> =======================...
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
...================================================
>> >> --- lib/Bitcode/Reader/BitcodeReader.cpp (revision 195264)
>> >> +++ lib/Bitcode/Reader/BitcodeReader.cpp (working copy)
>> >> @@ -3152,6 +3152,7 @@
>> >> for (unsigned I = 0, E = InstsWithTBAATag.size(); I < E; I++)
>> >> UpgradeInstWithTBAATag(InstsWithTBAATag[I]);
>> >>
>> >> + UpgradeDebugInfo(*M);
>> >> return error_code::success();
>> >> }
>> >>
>> >> Index: lib/IR/AutoUpgrade.cpp
>>...