[PATCH] D44788: Add an option to support debug fission on implicit ThinLTO.
Peter Collingbourne via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 5 11:45:06 PDT 2018
pcc added inline comments.
================
Comment at: lib/Driver/ToolChains/CommonArgs.cpp:435
+ CmdArgs.push_back(
+ Args.MakeArgString(Twine("-plugin-opt=objcopy=") + Objcopy));
+ CmdArgs.push_back(
----------------
You no longer need to pass `objcopy=`, see D47091.
https://reviews.llvm.org/D44788
More information about the cfe-commits
mailing list