[PATCH] D127168: [llvm-reduce] Add support for LTO bitcode files
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 29 16:16:26 PDT 2022
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
While I don't understand the LTO bitcode files, the reduce changes seem fine
================
Comment at: llvm/tools/llvm-reduce/deltas/Delta.cpp:64-66
+void writeBitcode(ReducerWorkItem &M, llvm::raw_ostream &OutStream);
+
+void readBitcode(ReducerWorkItem &M, MemoryBufferRef Data, LLVMContext &Ctx, const char *ToolName);
----------------
Don't need llvm:: and these look like they need line wrapping
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127168/new/
https://reviews.llvm.org/D127168
More information about the llvm-commits
mailing list