[PATCH] D56675: [lld] add options for context-sensitive PGO.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 11 15:37:33 PDT 2019


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

LGTM



================
Comment at: ELF/Config.h:155
   bool IgnoreFunctionAddressEquality;
+  bool LTOCSProfileGenerate = false;
   bool LTODebugPassManager;
----------------
Remove `= false` as the default value would always be overwritten.


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

https://reviews.llvm.org/D56675





More information about the llvm-commits mailing list