Oclgrind icon indicating copy to clipboard operation
Oclgrind copied to clipboard

Support LLVM 14

Open alexfikl opened this issue 2 years ago • 1 comments

This makes Oclgrind compile on LLVM 14. I ran it through the pyopencl test suite and it didn't segfault, so it should be reasonably ok.

Not sure about the changes to ci.yaml, so let me know if you want those reverted / changed somehow!

alexfikl avatar Jun 27 '22 15:06 alexfikl

Thanks for the PR - sorry for taking so long to get to this. I'm going to try and figure out why CI is failing here.

No worries! Some help with the CI would be very welcome.

I've managed to fix the failure on the Windows builds. I'm not familiar with the Xcode toolchain, so haven't had much luck there, but it seems like the versions are not matching anymore: Xcode_12.4 is now Xcode_13.2.1 on the CI.

alexfikl avatar Aug 20 '22 16:08 alexfikl

it seems like the versions are not matching anymore: Xcode_12.4 is now Xcode_13.2.1 on the CI.

Right, it looks like the images don't provide a version of Xcode that works for the prebuilt LLVM 13 binaries. I've just disabled the macOS LLVM 13 config for now since the other versions all work. Will merge when CI finishes.

jrprice avatar Sep 04 '22 12:09 jrprice

Thanks again for the contribution!

jrprice avatar Sep 04 '22 16:09 jrprice