[PATCH] D87636: [ThinLTO] add post-thinlto-merge option to -lto-embed-bitcode

Mircea Trofin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 15 15:45:43 PDT 2020


mtrofin added inline comments.


================
Comment at: llvm/lib/LTO/LTOBackend.cpp:368
+      LLVM_DEBUG(
+          dbgs() << "Post-ThinLTO merge bitcode embedding was requested, but "
+                    "command line arguments are not available");
----------------
tejohnson wrote:
> Update comment
oh, yes... done


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87636



More information about the cfe-commits mailing list