Closed Alexei1981 closed 4 years ago
What project are you building here?
@Grimler91 chess engine: https://github.com/syzygy1/Cfish
If you could give us info about what's actually missing from clang 10, we could maybe fix it for you.
Thanks. A profiling bug has been fixed in the latest version of the compiler. Everything works well now. I think the whole problem was in the libcompiler-rt libraries. It's okay now.
Still broken on macOS arm64. :( They didn't link zlib properly and it opens so many file pointers that sysctl kills it on large projects. Trying a fresh build of apple-llvm-project to see if they fixed it.
Hey. The clang has a profiling error. In the Clang-9 version (previous) this was not. Here is the full reproduction of the compilation error.