aadsm marked an inline comment as done. aadsm added inline comments.
================ Comment at: lldb/unittests/TestingSupport/TestUtilities.cpp:12 #include "llvm/Support/FileSystem.h" +#include "llvm/Support/FormatVariadic.h" #include "llvm/Support/Path.h" ---------------- labath wrote: > What is this header used for? If need something to include to use > `createStringError`, you should include `llvm/Support/Error.h`, as that's > what defines it. I just forgot to remove it, I was using `llvm::formatv` before switching to `createStringError`. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D61292/new/ https://reviews.llvm.org/D61292 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits