[PATCH] D87636: [ThinLTO] add post-thinlto-merge option to -lto-embed-bitcode
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 15 15:41:42 PDT 2020
tejohnson accepted this revision.
tejohnson added a comment.
This revision is now accepted and ready to land.
LGTM, just needs a comment update as noted below and also an update to the patch title.
================
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");
----------------
Update comment
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87636/new/
https://reviews.llvm.org/D87636
More information about the llvm-commits
mailing list