================
@@ -191,6 +191,7 @@ foreach( t ${LIBCLC_TARGETS_TO_BUILD} )
set(opt_flags)
elseif(ARCH STREQUAL clspv OR ARCH STREQUAL clspv64)
list(APPEND target_compile_flags -Wno-unknown-assumption)
+ list(APPEND target_compile_flags -U__opencl_c_int64)
----------------
rjodinchr wrote:Done https://github.com/llvm/llvm-project/pull/188056 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
