You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This occured when I am wrapping CUDA($(CUDA_full_jll.artifact_dir)/cuda/targets/x86_64-linux/include/crt/host_defines.h for x86_64-linux-gnu target). The c code
#define__cdecl
Triggers assertion error, because __cdecl is a keyword, while
This occured when I am wrapping CUDA(
$(CUDA_full_jll.artifact_dir)/cuda/targets/x86_64-linux/include/crt/host_defines.h
for x86_64-linux-gnu target). The c codeTriggers assertion error, because
__cdecl
is a keyword, whileClang.jl/src/generator/macro.jl
Line 317 in 50670a8
@add_def __cdecl
is possible fix is this header is in system headers, but sometimes this may not be very handy.The text was updated successfully, but these errors were encountered: