google / clspv

Clspv is a compiler for OpenCL C to Vulkan compute shaders
Apache License 2.0
621 stars 89 forks source link

Update LLVM #1388

Closed dneto0 closed 3 months ago

dneto0 commented 3 months ago

DataLayout::DataLayout(Module*) has been removed. Use Module::getDataLayout() instead.

dneto0 commented 3 months ago

the windows failures are expected (#1377)

The mac failures were a weird ninja flake? It said ninja didn't support multiple targets. I'm manually rebuilding. Also I have a separate PR to update the ninja version to the latest release.

dneto0 commented 3 months ago

Rebased on top of #1389 which updated the ninja version on the Mac kokoro bots.