mtrofin added inline comments.
Herald added subscribers: ormris, jdoerfert.


================
Comment at: clang/lib/CodeGen/CodeGenFunction.cpp:856
 
+  // Add use-sample-profile value.
+  if (!CGM.getCodeGenOpts().SampleProfileFile.empty())
----------------
MaskRay wrote:
> The code self explains. I think the comment does not add much value.
Could this be applied by a pass, early on in 
PassBuilder::buildPerModuleDefaultPipeline, if we determine we're not in 
ThinLTO post link? That way it would be a frontend-independent solution.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79959

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

Reply via email to