[PATCH] D128560: An upcoming patch to LLDB will require the ability to decode base64. This patch adds support for decoding base64 and adds tests.
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 27 11:51:00 PDT 2022
mstorsjo added a comment.
FWIW, `llvm/lib/Object/COFFObjectFile.cpp` also contains a `decodeBase64StringEntry` function that probably should be refactored into using this, if we make a more proper toplevel API for it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128560/new/
https://reviews.llvm.org/D128560
More information about the llvm-commits
mailing list