8000 Release sycl-nightly/20210121: [SYCL] Use same source for libsycl-crt (#3019) · brandongc/llvm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sycl-nightly/20210121

@jinge90 jinge90 tagged this 21 Jan 17:17
Currently, the implementation of assert support for Linux and Windows are in 2 files glibc_wrapper.cpp and msvc_wrapper.cpp. We can merge them into one source and use macro "_WIN32" to separate Windows and Linux specific code.
We plan to add some more functions in libsycl-crt in the future and the implementation may be same for both Linux and Windows platform, keeping 2 different sources for Linux and Windows will lead to duplicate code then.

Signed-off-by: gejin <ge.jin@intel.com>
Assets 2
Loading
0