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
Call custom macro set_msvc_crt_flags if users set CRT flags (#405)
Same CRT compile option are reqiured to avoid link errors on Windows.
MD and MDd are choosed by default for release and debug build in LLVM.
If users set MT or MTd flags, they also need to add the flags for
opencl-clang sources using a custom macro set_msvc_crt_flags.
0 commit comments