================
@@ -33,8 +34,11 @@ PreservedAnalyses EmbedBitcodePass::run(Module &M, 
ModuleAnalysisManager &AM) {
 
   std::string Data;
   raw_string_ostream OS(Data);
+  // Clone the module with with Thin LTO, since ThinLTOBitcodeWriterPass 
changes
----------------
nikic wrote:

```suggestion
  // Clone the module with Thin LTO, since ThinLTOBitcodeWriterPass changes
```

https://github.com/llvm/llvm-project/pull/139999
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to