From 36b8dd144d0ec07fa268cd0bec58aef69e8643de Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Tue, 10 Mar 2015 20:23:14 +0000 Subject: [PATCH] Ensure the functions in our GPURuntime are visible llvm-svn: 231835 --- polly/tools/GPURuntime/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/polly/tools/GPURuntime/CMakeLists.txt b/polly/tools/GPURuntime/CMakeLists.txt index 822e4de19330..bbfd1b58918e 100644 --- a/polly/tools/GPURuntime/CMakeLists.txt +++ b/polly/tools/GPURuntime/CMakeLists.txt @@ -10,3 +10,5 @@ set_target_properties(GPURuntime LINKER_LANGUAGE C PREFIX "lib" ) + +set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fvisibility=default")