[PATCH] D62063: CMake changes to get Windows self-host with PGO working

Russell Gallop via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 04:58:46 PDT 2019


russell.gallop added a comment.

https://reviews.llvm.org/D62200 has landed so -fprofile-generate and -fcs-profile-generate both add --dependent-lib (required for this patch to make sense).

This crash https://bugs.llvm.org/show_bug.cgi?id=41279 still prevents self hosting with IR instrumentation on Windows but I don't believe that should block this.

Okay to commit now?


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

https://reviews.llvm.org/D62063





More information about the llvm-commits mailing list