Ensure the functions in our GPURuntime are visible

llvm-svn: 231835
This commit is contained in:
Tobias Grosser 2015-03-10 20:23:14 +00:00
parent d58792f38b
commit 36b8dd144d
1 changed files with 2 additions and 0 deletions

View File

@ -10,3 +10,5 @@ set_target_properties(GPURuntime
LINKER_LANGUAGE C
PREFIX "lib"
)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fvisibility=default")