Vedran Miletić changed bug 70199
What Removed Added
Blocks   99553
Resolution --- WORKSFORME
CC   jan.vesely@rutgers.edu
Status NEW RESOLVED

Comment # 11 on bug 70199 from
I am unable to recompile the the LLVM IR files due to the following error:

llc: kk.ll:9:59: error: use of undefined metadata '!1'
  store i64 %div, i64 addrspace(1)* %out, align 8, !tbaa !1
                                                          ^

However, compiling the piglit test with

$ clang -x cl -target r600-- -mcpu=cayman -Dcl_clang_storage_class_specifiers=1
-Xclang -mlink-bitcode-file -Xclang /usr/local/lib64/clc/cayman-r600--.bc
-I/usr/local/include/clc/ -include /usr/local/include/clc/clc.h kernel.cl

produces no crashes. If anyone can confirm this is still an issue, please
reopen.


Referenced Bugs:


You are receiving this mail because: