[PATCH] D146776: [llvm] Preliminary fat-lto-objects support

Paul Kirth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 20 12:10:42 PDT 2023


paulkirth added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/EmbedBitcodePass.cpp:54-57
+  // StringRef ModuleData(OS.str().data(), OS.str().size());
+  // MemoryBufferRef Buf(ModuleData, "ModuleData");
+  // embedBufferInModule(M, Buf, ".llvm.lto");
+
----------------
Looks like I forgot to remove these lines.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146776



More information about the llvm-commits mailing list