summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2015-03-10 20:23:14 +0000
committerTobias Grosser <tobias@grosser.es>2015-03-10 20:23:14 +0000
commit36b8dd144d0ec07fa268cd0bec58aef69e8643de (patch)
tree81926fb542685943515cf116b498251e8a327ad7
parentd58792f38bac7214fb8723e173f5d073a5b8e6d1 (diff)
downloadbcm5719-llvm-36b8dd144d0ec07fa268cd0bec58aef69e8643de.tar.gz
bcm5719-llvm-36b8dd144d0ec07fa268cd0bec58aef69e8643de.zip
Ensure the functions in our GPURuntime are visible
llvm-svn: 231835
-rw-r--r--polly/tools/GPURuntime/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/polly/tools/GPURuntime/CMakeLists.txt b/polly/tools/GPURuntime/CMakeLists.txt
index 822e4de1933..bbfd1b58918 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")
OpenPOWER on IntegriCloud