[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
Mon Apr 30 10:24:19 PDT 2018


pcc added inline comments.


================
Comment at: lib/Driver/ToolChains/CommonArgs.cpp:423
+        Args.MakeArgString(Twine("-plugin-opt=objcopy=") + Objcopy));
+    StringRef DWO_Dir = A->getValue();
+    CmdArgs.push_back(
----------------
Can we default this to a path alongside the output file as @probinson suggested?


https://reviews.llvm.org/D44788





More information about the cfe-commits mailing list