Closed Nicholas42 closed 3 years ago
I can't reproduce this building with clang 10 under Fedora 32. Perhaps this is something specific to GCC 10.2 -- though that seems unlikely?
We unfortunately don't have the resources to really track down issues that seem to be this specific. If you can narrow down exactly what's causing this we might be able to figure something out.
Closing as no response for several months.
Using branch reflect, commit 323e0a126ed377de703485405590afd16fc2b686 I followed the instructions in README, generating ninja files by
cmake -G Ninja -DLLVM_ENABLE_PROJECTS="clang;libcxx;libcxxabi" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DLLVM_ENABLE_ASSERTIONS=On ../llvm
Compiling with
cmake --build . -- check-all
has 3 unexpectedly failing tests (see attached file). The compilation in itself succeeded.Systeminfo: