Dears,<div><br></div><div>If you remove this keyword, will you keep the backward compatibility in LLVM 3.x?</div><div><br></div><div>We use this keyword in our project for checking dependent libraries, and we rely on the promise that bitcode format will keep compatible in LLVM 3.x. In our project, we compile and save bitcodes for later use, but we always try to keep our runtime upstream. Hence, we need readers recognize previous version bitcodes as well, at least in LLVM 3.x. However, the incompatibility happened once in LLVM 3.1, and we deeply hope it won't happen again in the future 3.x version. </div>

<div><br></div><div>Many thanks.</div><div>Jason <br><br><div class="gmail_quote">On Tue, Nov 27, 2012 at 10:44 AM, Chris Lattner <span dir="ltr"><<a href="mailto:clattner@apple.com" target="_blank">clattner@apple.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Please nuke it.  It is really old and was never used.  If it comes back it should be done with module metadata.<br>
<span><font color="#888888"><br>
-Chris<br>
</font></span><div><div><br>
On Nov 26, 2012, at 4:35 PM, Bill Wendling <<a href="mailto:wendling@apple.com" target="_blank">wendling@apple.com</a>> wrote:<br>
<br>
> Hi all,<br>
><br>
> Did you know that there is a 'deplibs' keyword? Neither did I. It looks like it's not really used for much. We don't document it in the Language Reference. The only support I see if for reading/writing bitcode and manipulating modules. There's a bunch of code that could be removed if we could get rid of this.<br>


><br>
> Does anyone use this thing? Does anyone mind if I nuke it?<br>
><br>
> -bw<br>
><br>
> _______________________________________________<br>
> cfe-dev mailing list<br>
> <a href="mailto:cfe-dev@cs.uiuc.edu" target="_blank">cfe-dev@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</div></div><div><div>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</div></div></blockquote></div><br></div>