<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div>On May 19, 2021, at 11:51 PM, Xuanda Yang via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" class="">llvm-dev@lists.llvm.org</a>> wrote:<br class=""><blockquote type="cite" class=""><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi folks!<div class=""><br class=""></div><div class="">I plan to remove some outdated defines and functions related to deplibs in LLParser/LLLexer as the comment suggested they should be removed in 4.0 (e.g, see: <a href="https://github.com/llvm/llvm-project/blob/57ea5d4f48754b9b3470fceb197a56ed938ddc02/llvm/lib/AsmParser/LLParser.cpp#L465" class="">https://github.com/llvm/llvm-project/blob/57ea5d4f48754b9b3470fceb197a56ed938ddc02/llvm/lib/AsmParser/LLParser.cpp#L465</a>).</div><div class=""><br class=""></div><div class="">The purposed change will delete several functions and you can take a look at <a href="https://reviews.llvm.org/D102763" class="">https://reviews.llvm.org/D102763</a>. The removal itself is pretty trivial, but as Saleem suggested in the review, it may have potential impact to any down-stream projects. So I am posting this here to make sure we have a good understanding on the impact before the actual removal.</div></div></div></blockquote><br class=""></div><div>Seems ok to me, if it causes a problem for anyone the fix in the .ll file will be trivial.</div><div><br class=""></div><div>-Chris</div><br class=""></body></html>