[PATCH] D53218: move GetOrCreateFunctionComdat to Instrumentation.cpp/Instrumentation.h

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 12 16:21:24 PDT 2018


morehouse accepted this revision.
morehouse added inline comments.
This revision is now accepted and ready to land.


================
Comment at: include/llvm/Transforms/Instrumentation.h:46
+// Returns F.getComdat() if it exists.
+// Otherwie creates a new comdat, sets F's comdat, and returns it.
+// Returns nullptr on failure.
----------------
Otherwise


Repository:
  rL LLVM

https://reviews.llvm.org/D53218





More information about the llvm-commits mailing list