[llvm-dev] [LLParser] Remove deplibs related defines and functions

Xuanda Yang via llvm-dev llvm-dev at lists.llvm.org
Wed May 19 23:51:36 PDT 2021


Hi folks!

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:
https://github.com/llvm/llvm-project/blob/57ea5d4f48754b9b3470fceb197a56ed938ddc02/llvm/lib/AsmParser/LLParser.cpp#L465
).

The purposed change will delete several functions and you can take a look
at https://reviews.llvm.org/D102763. 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.

Thanks!

Best,
Xuanda Yang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210520/687d335e/attachment.html>


More information about the llvm-dev mailing list