[PATCH] D128560: An upcoming patch to LLDB will require the ability to decode base64. This patch adds support for decoding base64 and adds tests.

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 25 16:18:13 PDT 2022


clayborg updated this revision to Diff 455750.
clayborg added a comment.
Herald added subscribers: hiraditya, mgorny.

Moved the decoding function to a .cpp file.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128560/new/

https://reviews.llvm.org/D128560

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128560.455750.patch
Type: text/x-patch
Size: 9163 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220825/dab74860/attachment.bin>


More information about the llvm-commits mailing list