[PATCH] D71012: Also check /Fo when deciding on the .gcna / .gcda filename (PR44208)

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 4 11:37:26 PST 2019


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm



================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:911
   // bitcode file in the case of LTO.
   // FIXME: There should be a simpler way to find the object file for this
   // input, and this code probably does the wrong thing for commands that
----------------
The FIXME acknowledges the possibility of this bug. :)


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

https://reviews.llvm.org/D71012





More information about the cfe-commits mailing list