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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to