[PATCH] D75057: Syndicate, test and fix base64 implementation

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 24 08:40:17 PST 2020


lebedev.ri requested changes to this revision.
lebedev.ri added inline comments.
This revision now requires changes to proceed.


================
Comment at: compiler-rt/lib/fuzzer/FuzzerUtil.cpp:14-16
+
+#include "llvm/Support/Base64.h"
+
----------------
I don't believe we can do this. libfuzzer is acting as a sub-sub-project,
and i strongly believe it wants to shy away from using anything
other than it's own headers and standard c/c++ headers.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75057





More information about the llvm-commits mailing list