Skip to content

Commit

Permalink
For now disable visibility on nvc++
Browse files Browse the repository at this point in the history
  • Loading branch information
miscco committed Oct 16, 2023
1 parent b08f375 commit 29d73f1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ _CCCL_FORCE_SYSTEM_HEADER
# define _CCCL_ATTRIBUTE_HIDDEN
#elif defined(_CCCL_COMPILER_NVRTC)
# define _CCCL_ATTRIBUTE_HIDDEN
#elif defined(_CCCL_COMPILER_NVHPC)
# define _CCCL_ATTRIBUTE_HIDDEN
#else // ^^^ _CCCL_COMPILER_NVRTC ^^^ / vvv _CCCL_COMPILER_NVRTC vvv
# define _CCCL_ATTRIBUTE_HIDDEN __attribute__ ((__visibility__("hidden")))
#endif // !_CCCL_COMPILER_NVRTC
Expand Down

0 comments on commit 29d73f1

Please sign in to comment.