Closed dj2 closed 4 years ago
I hit this same issue with the Clspv + clvk + SwiftShader bot. There seems to be a known issue with the particular version of GNU ld on those images. I managed to workaround it by using gold instead of GNU ld: https://github.com/google/clspv/blob/master/kokoro/scripts/linux/build-clvk.sh#L113-L116
The Ubuntu clang bot currently uses clang-5.0 to build which doesn't seem to like swiftshader.
If/When the bot is updated to have a later clang, enable swiftshader integration tests on the bot.