[libc-commits] [PATCH] D91665: [libc] Make more of the libc unit testing llvm independent

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Nov 20 16:14:33 PST 2020


sivachandra accepted this revision.
sivachandra added a comment.
This revision is now accepted and ready to land.

I am not an expert with pipes. To my eyes, looks OK.



================
Comment at: libc/utils/testutils/FDReaderUnix.cpp:10
 #include "FDReader.h"
-#include "llvm/Support/MemoryBuffer.h"
+// #include "llvm/Support/MemoryBuffer.h"
 #include <cassert>
----------------
Remove this?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91665



More information about the libc-commits mailing list