[PATCH] D126254: Add support for decoding base64.

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 23 16:03:50 PDT 2022


clayborg created this revision.
clayborg added reviewers: serge-sans-paille, labath, aprantl.
Herald added a project: All.
clayborg requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

An upcoming patch to LLDB will require the ability to decode base64. This patch adds support for decoding base64 and adds tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126254

Files:
  llvm/include/llvm/Support/Base64.h
  llvm/unittests/Support/Base64Test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126254.431514.patch
Type: text/x-patch
Size: 7245 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220523/59856a7b/attachment.bin>


More information about the llvm-commits mailing list