steakhal wrote:

> Well, it did fix a couple of buildbots... there might be more problems, but 
> they don't seem to show up in our current post-commit CI.

I should have been more specific. My apologies!
It didn't fix building and testing clang-tidy under this configuration:

```
xcrun cmake  -S llvm -B build/tmp 
-DCMAKE_OSX_ARCHITECTURES='x86_64;arm64;arm64e' 
-DLLVM_ENABLE_PROJECTS='clang;clang-tools-extra'  -DLLVM_ENABLE_ZSTD=OFF 
-DCMAKE_BUILD_TYPE=Release
xcrun ninja -C build/tmp clang-tidy FileCheck split-file
xcrun build/tmp/bin/llvm-lit -a 
clang-tools-extra/test/clang-tidy/infrastructure/custom-query-check.cpp
```

But I suppose that's fine. I'm not aware of build bots having this config 
outside of Apple, and we `UNSUPPORTED: *` this test anyway until it's fixed 
upstream.

https://github.com/llvm/llvm-project/pull/182529
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to