cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

DBalakshin
Journeyman III

opencl linker crash

segfault on llc run

Hello,

After compiling attached code with clc, the produced .ll file causes llc to segfault.

This behaviour is observed on linux 64bit/SDK 2.1 and Windows 7 64bit/SDK 2.1

struct foo { float4 bar; }; __kernel void bug(__global struct foo *x) { }

0 Likes
1 Reply

DBalakshin,
Using llc in this manner is not officially supported. That being said, this crash appears to be fixed in the upcoming release.
0 Likes