[llvm] [profdata][nfc] Disable several tests on Windows (PR #83907)

Mingming Liu via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 4 14:32:06 PST 2024


minglotus-6 wrote:

> This was detected while attempting to update clang for Chrome: https://g-issues.chromium.org/issues/327446719
> 
> I was able to repro this locally on a Windows machine using Chrome's [`package.py` script](https://crsrc.org/c/tools/clang/scripts/package.py), which uses GnuWin32.
> 
> Note that git bash's `printf` doesn't suffer from this issue, so you'll need to have `lit` explicitly use GnuWin32's `printf`.

Ack! The issue is configuration-sensitive. Thanks again for fixing this!

https://github.com/llvm/llvm-project/pull/83907


More information about the llvm-commits mailing list