Skip to content

Commit 2caf523

Browse files
fix more comments
Signed-off-by: Tikhomirova, Kseniya <[email protected]>
1 parent e901d30 commit 2caf523

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libsycl/docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

5959
To build LLVM with libsycl runtime enabled the following script can be used.

libsycl/include/sycl/__detail/config.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
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

0 commit comments

Comments
 (0)