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

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 19 02:36:50 PDT 2019


hans added a comment.

Sadly, we're seeing more breakages on Mac, where CMake test compiles for e.g. armv7 ios are failing with:

  Testing compiler for supporting ios-armv7:
  ...
  ^[[0;1;31merror: ^[[0mCould not read profile "/tmp/foo.profdata": No such file or directory^[[0m
  1 error generated.

(Note the extra quotes that are breaking the filename.)

I'm trying to debug this over at https://bugs.chromium.org/p/chromium/issues/detail?id=1005628


Repository:
  rL LLVM

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

https://reviews.llvm.org/D62063





More information about the llvm-commits mailing list