<div dir="ltr">I admit I didn't know about that, but that is because I am handling a lot of <b>old</b> bugs, older than LLVM version 3.0.<div>Version 3.0 has been released in Dec 1st 2011, and there are still many bugs open from before that point.<div><div><br><div>The current BC Reader can't parse files produced by LLVM version 2.9 and below (I've checked).<div>So, I wonder if there is anyone in favor, against (, or just doesn't care) for supporting those versions?</div></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Apr 27, 2020 at 8:18 AM Craig Topper <<a href="mailto:craig.topper@gmail.com">craig.topper@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I thought the binary bitcode reader was backwards compatible already. That's what is documented here <a href="https://llvm.org/docs/DeveloperPolicy.html#ir-backwards-compatibility" target="_blank">https://llvm.org/docs/DeveloperPolicy.html#ir-backwards-compatibility</a><div><br></div><div><div><div dir="ltr">~Craig</div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Apr 26, 2020 at 9:29 PM Ehud Katz via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">Quite often I get to work on an old bug, where an old ll/bc file is attached as a testcase. These files, in most cases (if not all), need to be converted somehow to the latest format, for the trunk version to be able to parse it without an error.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">So a few questions arise:</div><div dir="auto"><br></div><div dir="auto">1. Is there a standard way to convert an old ll/bc to the latest? If not, what is the common approach for these cases?</div><div dir="auto"><br></div><div dir="auto">2. If there is no such tool, should we have one? (I think we should, of course.)</div><div dir="auto"><br></div><div dir="auto">3. What about automatically let the ll and bc Readers do the conversion (internally)? </div><div dir="auto"><br></div><div dir="auto">4. What about versions? Is there an RFC (probably old) for ll/bc file versioning? (I know there is an optional record for version in the bc file format, but it is not really utilized.)</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">Cheers,</div><div dir="auto">Ehud.</div>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div>
</blockquote></div>