On Mon, 5 May 2025, Takashi Yano via Cygwin-apps wrote: > On Mon, 5 May 2025 00:26:53 -0700 (PDT) > Jeremy Drake wrote: > > I've pushed llvm now too. I had to hack patch one unittest's cmake file > > to get it to link (it was getting multiple definition errors like > > c-index-test, but because this is just a unittest I made it simply static > > link instead). > > Thanks! I could build both llvm and clang as well as unittest of llvm. > Now I'm running unittest.
I've pushed to both clang and llvm, allowing clang's tests to run. I get Total Discovered Tests: 46304 Skipped : 8 (0.02%) Unsupported : 194 (0.42%) Passed : 46042 (99.43%) Expectedly Failed: 31 (0.07%) Failed : 29 (0.06%) I plan to try lld next - I should push that to a new branch on the playground repository because there is no lld repository to which I can push a playground branch?