File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ This requires at least partial support of the following functionality on the lib
5353 * Unified shared memory allocation/deallocation
5454 * Program manager, an internal component for retrieving and using device images from the multi-architectural binaries
5555
56- Builds steps
56+ Build steps
5757========
5858
5959To build LLVM with libsycl runtime enabled the following script can be used.
Original file line number Diff line number Diff line change 4141
4242# else // _WIN32
4343
44- # define _LIBSYCL_DLL_LOCAL [[gnu::visibility (" hidden" )]]
45- # define _LIBSYCL_EXPORT [[gnu::visibility (" default" )]]
44+ # define _LIBSYCL_DLL_LOCAL [[__gnu__::__visibility__ (" hidden" )]]
45+ # define _LIBSYCL_EXPORT [[__gnu__::__visibility__ (" default" )]]
4646
4747# endif // _WIN32
4848# endif // _LIBSYCL_EXPORT
You can’t perform that action at this time.
0 commit comments